Skip to content

Commit

Permalink
fix: padding and margin of .citizen-body-container
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitSpringQW committed Sep 29, 2024
1 parent 4776613 commit 8700a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/skins.citizen.styles/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
display: grid;
flex-direction: column;
justify-content: center;
padding: 0 var( --padding-page );
margin: var( --space-xl ) 0; // don't collide with other components (e.g. notice)
padding: var( --space-xl ) var( --padding-page );
margin: 0;
gap: var( --space-md ) var( --space-md );
grid-template-areas: 'header'
'content'
Expand Down

0 comments on commit 8700a8b

Please sign in to comment.