<a href="#" title="Home" class="site-logo {{ type }}" rel="home">
{{ site_name }}
</a>
<a href="#" title="Home" class="site-logo " rel="home">
Stad.gent
</a>
{
"site_name": "Stad.gent"
}
a.site-logo {
@include reset-link-background;
@include theme('color', 'color-tertiary', 'default-text-color');
display: inline-flex;
align-items: center;
font-size: 0;
&::before {
@include spot-image('logo', 4rem);
min-width: 4rem;
height: 3rem;
}
&:hover,
&:focus {
background-color: transparent;
}
&.subsite {
@include tablet {
font-size: .9rem;
}
&::before {
@include tablet {
margin-right: .7rem;
}
}
}
}