Skip to content

Commit

Permalink
fix(#8,#9): update layout styles (width/height)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Jan 26, 2021
1 parent 4744120 commit 586faf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layout.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#layout {
width: 100vw;
height: 100vh;
width: 100%;
min-height: 100vh;
background-color: $color-tertiary-lightest;
}

0 comments on commit 586faf2

Please sign in to comment.