style: spacing adjustments
This commit is contained in:
parent
ebf7baa1ed
commit
13065bdec3
2 changed files with 7 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue