ソースを参照

moar moar moar

Moritz Schmidt 10 年 前
コミット
bf64e84027
1 ファイル変更7 行追加0 行削除
  1. 7 0
      index.php

+ 7 - 0
index.php

@@ -27,6 +27,13 @@ require('functions.php');
                 width: 100%;
             }
 
+            @media only screen and (min-width : 768px) {
+                #logo > img {
+                    width: auto;
+                    height: 200px;
+                }
+            }
+
             .col-sm-3 > div > a > img {
                 width: 100%;
             }