Django 1.8 and other updates.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / header.scss
index 770e43b..63bd867 100755 (executable)
@@ -37,6 +37,8 @@ header#main {
     background-color: $header_bg;
     color: #bbb;
 
+    text-align:center;
+
     @media screen and (min-width: 62.5em) {
         position: relative;
         @include size(height, 94px);
@@ -51,15 +53,11 @@ header#main {
     #logo {
         display: block;
         @include size(height, 94px);
-        @include size(width, 94px);
 
         @media screen and (min-width: 24em) {
+            @include size(width, 173px);
             float: left;
         }
-
-        img {
-            display: block;
-        }
     }
 
     #tagline {