@@ -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>