Sfoglia il codice sorgente

Some responsive-fixes

Moritz Schmidt 10 anni fa
parent
commit
d7972bb0c8
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      index.php

+ 7 - 1
index.php

@@ -20,7 +20,7 @@ require('functions.php');
             }
 
             #logo > img {
-                height: 200px;
+                width: 100%;
             }
 
             .col-sm-3 > div > a > img {
@@ -69,6 +69,12 @@ require('functions.php');
                 padding-top: 15px;
             }
 
+            @media only screen and (max-width : 480px) {
+                .col-sm-3 {
+                    text-align: center;
+                }
+            }
+
         </style>
     </head>
     <body>