stop
This commit is contained in:
10
main.scss
10
main.scss
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user