Skip to content

Commit

Permalink
fix(project): remove Layout width/height
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 21, 2021
1 parent 24fcab8 commit b77d5bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Layout/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
@use '../../styles/theme';

.layout {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
min-height: 100vh;
Expand Down

0 comments on commit b77d5bd

Please sign in to comment.