From 0a5faba1cfe4c140104698370e2c223822bc36b0 Mon Sep 17 00:00:00 2001 From: xcps Date: Thu, 8 Dec 2016 06:29:30 -0500 Subject: [PATCH] 100% height of first block --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 6450676..80061fe 100644 --- a/css/app.css +++ b/css/app.css @@ -183,7 +183,7 @@ a {color: #800080; text-decoration: none;} a:hover {color: #A020B0;} .container {text-align: center;} -.header {padding: 40px; background: #800080;} +.header {padding: 40px; height: calc(100vh - 80px); background: #800080;} .download {margin-top: 20px;} #dl-btn {