Skip to content

Commit

Permalink
Align main content with page header
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Aug 17, 2023
1 parent 4ea5067 commit a836180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@import "./assets/fonts/inter.css"
@import "./sass/variables.sass"
@import "./sass/new-variables.scss"
@import "./sass/global.sass"
body
Expand All @@ -34,10 +35,11 @@ body
flex: 1
> main
max-width: 100em
max-width: $page-width
margin: 3em auto
padding-left: 5em
padding-right: 5em
box-sizing: content-box
#consent
position: fixed
Expand Down

0 comments on commit a836180

Please sign in to comment.