style: add bottom padding to main content

This commit is contained in:
Ayo 2023-06-12 22:07:29 +02:00
parent 739d1bf175
commit 4b9c005bed

View file

@ -45,7 +45,7 @@ const { meta } = Astro.props;
} }
#main-content * { #main-content * {
padding: 0 0.5rem; padding: 0 0.5rem 1rem;
} }
</style> </style>
<style is:global lang="scss"> <style is:global lang="scss">