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;
background: white;
background: rgba(255,255,255,0.0);
text-align: right;
}
#zeus {
padding-left: 10px;
}
#GSR {
float: right;
.author-icon {
margin-left: 10px;
}
.legend {
@ -125,12 +122,8 @@ table {
}
@media screen and (max-width: 800px) {
.info {
max-width: 90px;
}
#zeus {
width: 75px;
.author-icon {
display: block;
}
}

View file

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