Quellcode durchsuchen

variable header width

Moritz Schmidt vor 10 Jahren
Ursprung
Commit
9c108596d0
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      css/custom.css

+ 4 - 0
css/custom.css

@@ -15,6 +15,10 @@ html, body {
     line-height: 125px;
 }
 
+#header-title img {
+    width: 100%;
+}
+
 #header-navigation ul {
     list-style: none outside none;
     border-bottom: 1px solid gray;