Add sponsor links
This commit is contained in:
parent
ea789482e8
commit
1d6b76dae8
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue