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