style: spacing adjustments

This commit is contained in:
Ayo Ayco 2024-09-04 20:14:00 +02:00
parent ebf7baa1ed
commit 13065bdec3
2 changed files with 7 additions and 2 deletions

View file

@ -134,7 +134,7 @@ export interface Props {
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
display: grid; display: grid;
gap: 0.5em; gap: 1em;
li { li {

View file

@ -73,10 +73,15 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy';
} }
#app-wrapper { #app-wrapper {
padding: 0 0.5em 10em; padding: 0.5em 0.5em 10em;
max-width: 650px;
display: grid; display: grid;
gap: 1em; gap: 1em;
#main-content {
padding: 0 1em;
}
&:has(#router-outlet #post) { &:has(#router-outlet #post) {
#jumbotron { #jumbotron {
display: none; display: none;