Skip to content

Commit

Permalink
style: make app with 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoayco committed Sep 7, 2024
1 parent 5d19981 commit e6cfd30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/App.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy';
#app-wrapper {
padding: 0.5em 0.5em 10em;
max-width: 650px;
width: 100%;
display: grid;
gap: 1em;

Expand Down

0 comments on commit e6cfd30

Please sign in to comment.