mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Fixed showcase
This commit is contained in:
@@ -35,9 +35,8 @@ const color = Astro.props.color || 'var(--text)';
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style define:vars={{ color }}>
|
<style define:vars={{ color }}>
|
||||||
main {
|
section {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 20vw;
|
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -106,4 +105,4 @@ const color = Astro.props.color || 'var(--text)';
|
|||||||
font-size: 1.563em;
|
font-size: 1.563em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user