style: add bottom padding to main content
This commit is contained in:
parent
739d1bf175
commit
4b9c005bed
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue