Fix all your design issues

This commit is contained in:
Midgard 2020-05-20 16:53:32 +02:00
parent 3943320c8e
commit fb377030ef
Signed by: midgard
GPG key ID: 511C112F1331BBB4
2 changed files with 7 additions and 14 deletions

View file

@ -61,14 +61,11 @@ table {
font: 14px/16px Arial, Helvetica, sans-serif; font: 14px/16px Arial, Helvetica, sans-serif;
background: white; background: white;
background: rgba(255,255,255,0.0); background: rgba(255,255,255,0.0);
text-align: right;
} }
#zeus { .author-icon {
padding-left: 10px; margin-left: 10px;
}
#GSR {
float: right;
} }
.legend { .legend {
@ -125,12 +122,8 @@ table {
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.info { .author-icon {
max-width: 90px; display: block;
}
#zeus {
width: 75px;
} }
} }

View file

@ -95,8 +95,8 @@
</div> </div>
</script> </script>
<script id="info-template" type="text/x-handlebars-template"> <script id="info-template" type="text/x-handlebars-template">
<a href="http://zeus.ugent.be/"><img id="zeus" src="img/zeus.png"></a> <a href="http://zeus.ugent.be/" class="author-icon"><img src="img/zeus.png" alt="Zeus WPI"></a>
<a href="https://gentsestudentenraad.be/"><img id="GSR" src="img/GSR.png"></a> <a href="https://gentsestudentenraad.be/" class="author-icon"><img src="img/GSR.png" alt="Gentse Studentenraad"></a>
</script> </script>
<script id="share-template" type="text/x-handlebars-template"> <script id="share-template" type="text/x-handlebars-template">
<div class="fb-share-button" data-href="//blok.ugent.be" data-layout="button_count"></div> <div class="fb-share-button" data-href="//blok.ugent.be" data-layout="button_count"></div>