rm vw width
This commit is contained in:
@@ -43,7 +43,7 @@ body {
|
|||||||
|
|
||||||
.headerCard {
|
.headerCard {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -98,7 +98,7 @@ header {
|
|||||||
}
|
}
|
||||||
& > section {
|
& > section {
|
||||||
min-height: 33vh; // atleast as tall as 33% of the view port
|
min-height: 33vh; // atleast as tall as 33% of the view port
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user