This commit is contained in:
Tommy Parnell
2018-12-01 18:43:08 -05:00
parent 3ebed97350
commit d000bdc873

View File

@@ -39,12 +39,6 @@ body {
}
}
.bgimg {
position: relative;
height: 100vh;
width: 100vw;
z-index: -1;
}
.headerCard {
height: 100vh;
@@ -94,8 +88,6 @@ header {
}
.main {
min-height: 100vh;
min-width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
@@ -105,7 +97,7 @@ header {
}
& > section {
min-height: 33vh; // atleast as tall as 33% of the view port
width: 100%; // 100% of the parent which is full width of viewport
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;