From: eggy Date: Sun, 27 Aug 2017 10:58:37 +0000 (+0200) Subject: SubHeader ausblenden bei weniger als 710 Breite X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=65975f094689888c1665a652bcaf75c9290806cf;p=dfde-theme.git SubHeader ausblenden bei weniger als 710 Breite --- diff --git a/theme/common.css b/theme/common.css index b95f230..dbc3c4b 100644 --- a/theme/common.css +++ b/theme/common.css @@ -253,7 +253,7 @@ margin: 10px 0; /* Site description and logo */ .site-description { float: left; - width: 65%; + /*width: 65%;*/ } .site-description h1 { diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 34ffa6f..2ef5da5 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -23,6 +23,16 @@ @import url("debianforum.css?v=3.2"); + +@media only screen and (max-width: 710px) { +#dfdeSubHeader { + + font-size:0; + +} +*/ + + #debianforum-contact-icons { background-color: "#ff0000"; display: block;