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

View File

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