Compare commits

..

No commits in common. "1d25bec5bb54063dbcbe1148877a1b1ebbb4ad05" and "cc882024ca6be12d429036c1f8e172a1eda6969c" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -16,6 +16,7 @@
<a href="#news" class="nav-bar--menu-link">{{ gettext('News') }}</a>
<a href="#" class="nav-bar--menu-link">{{ gettext('Contact') }}</a>
</div>
<div class="nav-bar--separator"></div>
<div class="nav-bar--links">
<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>

View File

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