From 8697dab9fbf6015ace9de31be379d8d4432f3ff7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 24 Oct 2017 14:32:28 +0200 Subject: [PATCH] css: updated postprocessed CSS files. --- css/m-dark.compiled.css | 6 +++--- css/m-light.compiled.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index bb70a2a2..c2fbdf2b 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -483,7 +483,7 @@ code { body > header > nav { width: 100%; background-color: #22272e; - height: 3rem; + min-height: 3rem; } body > header > nav.m-navbar-landing, body > header > nav.m-navbar-jumbo { @@ -768,7 +768,7 @@ article section > h4 a, article section > h5 a, article section > h6 a { } #m-landing-image { background-size: cover; - background-color: #666666; + background-color: #222222; background-position: center center; background-repeat: no-repeat; margin-top: -4rem; @@ -783,7 +783,7 @@ article#m-jumbo { } article#m-jumbo > header #m-jumbo-image { background-size: cover; - background-color: #666666; + background-color: #222222; background-position: center center; background-repeat: no-repeat; font-size: 2.5vh; diff --git a/css/m-light.compiled.css b/css/m-light.compiled.css index 57010f97..8bc17873 100644 --- a/css/m-light.compiled.css +++ b/css/m-light.compiled.css @@ -483,7 +483,7 @@ code { body > header > nav { width: 100%; background-color: #ffffff; - height: 3rem; + min-height: 3rem; } body > header > nav.m-navbar-landing, body > header > nav.m-navbar-jumbo { -- 2.30.2