Skip to content

Commit

Permalink
style: spacing adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoayco committed Sep 4, 2024
1 parent ebf7baa commit 13065bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Library.astro
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export interface Props {
list-style: none;
padding-left: 0;
display: grid;
gap: 0.5em;
gap: 1em;

li {

Expand Down
7 changes: 6 additions & 1 deletion src/layouts/App.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,15 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy';
}

#app-wrapper {
padding: 0 0.5em 10em;
padding: 0.5em 0.5em 10em;
max-width: 650px;
display: grid;
gap: 1em;

#main-content {
padding: 0 1em;
}

&:has(#router-outlet #post) {
#jumbotron {
display: none;
Expand Down

0 comments on commit 13065bd

Please sign in to comment.