From 5a950a9d6c72d52d97e829b6b673f28be47fb874 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 1 Apr 2019 12:38:14 -0400 Subject: [PATCH] added full scroll --- css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/main.css b/css/main.css index fcdb415..10aaa14 100644 --- a/css/main.css +++ b/css/main.css @@ -105,6 +105,7 @@ h1{ .empty{ width:30vw; + height:100vh; } .three-height{ @@ -160,6 +161,7 @@ a:hover, a:visited, a:link, a:active, a:any-link{ .empty{ display:none !important; width:0px; + height:0px; } .content{ width:100vw;