rm vw width

This commit is contained in:
Tommy Parnell
2018-12-01 19:12:38 -05:00
parent 2f588dc699
commit 66c976df27

View File

@@ -43,7 +43,7 @@ body {
.headerCard {
height: 100vh;
width: 100vw;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
@@ -98,7 +98,7 @@ header {
}
& > section {
min-height: 33vh; // atleast as tall as 33% of the view port
width: 100vw;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;