Add viewport height section styling in style.css

This commit is contained in:
Juwan Jouma 2024-04-17 08:32:48 +02:00
parent 1bfa4322d0
commit 0a7b1664be

View File

@ -0,0 +1,4 @@
section {
width: 100%;
height: 100vh;
}