소스 검색

Some responsive-fixes

Moritz Schmidt 10 년 전
부모
커밋
d7972bb0c8
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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>