hide logo on small screens

pull/1/head
kc1awv 2020-10-17 21:06:38 -04:00
parent 1a739aeeae
commit 60f6bbf52d
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ for ($i=0;$i<$Reflector->StationCount();$i++) {
</table>
</div>
<div class="col-md-3">
<a href="https://m17project.org"><img src="/images/m17_logo.svg" width="100%"></a>
<a href="https://m17project.org"><img class="hidden-xs hidden-sm" src="/images/m17_logo.svg" width="100%"></a>
<table class="table table-striped table-hover">
<?php