Compare commits

...

3 Commits

3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$mobile-breakpoint: "max-width: 768px"; $mobile-breakpoint: "max-width: 970px";
:root { :root {
--background-dark: url("/img/background-black-red.jpg"); --background-dark: url("/img/background-black-red.jpg");

View File

@ -16,7 +16,6 @@
<a href="#news" class="nav-bar--menu-link">{{ gettext('News') }}</a> <a href="#news" class="nav-bar--menu-link">{{ gettext('News') }}</a>
<a href="#" class="nav-bar--menu-link">{{ gettext('Contact') }}</a> <a href="#" class="nav-bar--menu-link">{{ gettext('Contact') }}</a>
</div> </div>
<div class="nav-bar--separator"></div>
<div class="nav-bar--links"> <div class="nav-bar--links">
<a class="nav-bar--link" href="mailto:contact@frog-collective.com"> <a class="nav-bar--link" href="mailto:contact@frog-collective.com">
<img class="nav-bar--link-icon" src="/img/mail-fill.svg" alt-text="{{ gettext('Mail') }}"></img> <img class="nav-bar--link-icon" src="/img/mail-fill.svg" alt-text="{{ gettext('Mail') }}"></img>

View File

@ -111,6 +111,7 @@
} }
&--separator { &--separator {
grid-area: 1 / 4 / 2 / 5;
align-self: center; align-self: center;
height: 40%; height: 40%;
width: 2px; width: 2px;
@ -124,6 +125,7 @@
} }
&--languages { &--languages {
grid-area: 1 / 5 / 2 / 6;
align-self: center; align-self: center;
padding: 0 var(--space-xsmall); padding: 0 var(--space-xsmall);
@ -184,6 +186,7 @@
} }
&--links { &--links {
grid-area: 1 / 3 / 2 / 4;
display: flex; display: flex;
justify-self: end; justify-self: end;
align-self: center; align-self: center;