Fixed showcase

This commit is contained in:
Anton Pogrebnjak
2025-02-16 20:56:09 +01:00
parent 35b40b304f
commit 4fcf4bd2e8

View File

@@ -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>