fix social links #13
|
|
@ -18,22 +18,22 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-bar--separator"></div>
|
<div class="nav-bar--separator"></div>
|
||||||
<div class="nav-bar--links">
|
<div class="nav-bar--links">
|
||||||
<a href="mailto:contact@frog-collective.com">
|
<a class="nav-bar--link" href="mailto:contact@frog-collective.com">
|
||||||
<img src="/img/mail-fill.svg" alt-text="{{ gettext('Mail') }}"></img>
|
<img src="/img/mail-fill.svg" alt-text="{{ gettext('Mail') }}"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.youtube.com/@FrogCoGames" target="_blank">
|
<a class="nav-bar--link" href="https://www.youtube.com/@FrogCoGames" target="_blank">
|
||||||
<img src="/img/youtube-fill.svg" alt-text="Youtube"></img>
|
<img src="/img/youtube-fill.svg" alt-text="Youtube"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.twitch.tv/frogcollective" target="_blank">
|
<a class="nav-bar--link" href="https://www.twitch.tv/frogcollective" target="_blank">
|
||||||
<img src="/img/twitch-fill.svg" alt-text="Twitch"></img>
|
<img src="/img/twitch-fill.svg" alt-text="Twitch"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://mastodon.social/@frogcollective" target="_blank">
|
<a class="nav-bar--link" href="https://mastodon.social/@frogcollective" target="_blank">
|
||||||
<img src="/img/mastodon-fill.svg" alt-text="Mastodon"></img>
|
<img src="/img/mastodon-fill.svg" alt-text="Mastodon"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://x.com/FrogCoGames" target="_blank">
|
<a class="nav-bar--link" href="https://x.com/FrogCoGames" target="_blank">
|
||||||
<img src="/img/twitter-x-line.svg" alt-text="Twitter - X"></img>
|
<img src="/img/twitter-x-line.svg" alt-text="Twitter - X"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.facebook.com/profile.php?id=61560180067337" target="_blank">
|
<a class="nav-bar--link" href="https://www.facebook.com/profile.php?id=61560180067337" target="_blank">
|
||||||
<img src="/img/facebook-circle-fill.svg" alt-text="Facebook"></img>
|
<img src="/img/facebook-circle-fill.svg" alt-text="Facebook"></img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -184,12 +184,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--links {
|
&--links {
|
||||||
height: var(--desktop-height);
|
display: flex;
|
||||||
|
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
display: flex;
|
|
||||||
padding: var(--space-small);
|
padding: var(--space-small);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
@ -197,5 +195,9 @@
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--link {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue