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