Add viewport height section styling in style.css
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
section {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
section {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|