diff --git a/themes/default/static/css/default.css b/themes/default/static/css/default.css index 0124b26..4d76e16 100644 --- a/themes/default/static/css/default.css +++ b/themes/default/static/css/default.css @@ -14,28 +14,26 @@ body { /* HEADER */ .banner { + padding: 6vh; box-shadow: 0 15vh 30vh black inset; background-position: 50%; background-size: cover; margin-bottom: 4vh; - height: 30vh; } div.desc { vertical-align: middle; text-align: center; padding: 10px; + padding-bottom: 0; } div.banner h1 { - font-size: min(8cqw, 5em); - margin-top: 8vh; - line-height: 1vh; color: white; + line-height: 1vh; } div.banner p { - font-size: min(3cqw, 1em); color: white; } @@ -96,7 +94,7 @@ div.card:hover { } .content p,li { - line-height: 1.6em; + line-height: 1.4em; } /* FOOTER */