Add sponsor links

This commit is contained in:
Ramon Wenger 2020-04-16 14:33:26 +02:00
parent ea789482e8
commit 1d6b76dae8
2 changed files with 13 additions and 4 deletions

View File

@ -10,10 +10,15 @@
</p>
</div>
<hep-logo class="default-footer__logo-hep">
</hep-logo>
<ehb-logo class="default-footer__logo-ehb">
</ehb-logo>
<a href="https://www.hep-verlag.ch/" target="_blank">
<hep-logo class="default-footer__logo-hep">
</hep-logo>
</a>
<a href="https://www.ehb.swiss/" target="_blank">
<ehb-logo class="default-footer__logo-ehb">
</ehb-logo>
</a>
</div>
</div>
<div class="default-footer__section">
@ -69,6 +74,7 @@
width: 147px;
height: 35px;
}
&__logo-ehb {
width: 100px;
height: 32px;

View File

@ -16,6 +16,9 @@
background-color: $color-silver-light;
display: grid;
grid-template-columns: 1fr $footer-width 1fr;
box-sizing: border-box;
overflow: hidden;
height: 105px;
&__strong {
@include aside-with-cheese;