Compare commits
No commits in common. "b559b863a4287f417670ef20a652e080bc90182a" and "00c2257c851a2b6b7bf3ab3578813e88326e9f7f" have entirely different histories.
b559b863a4
...
00c2257c85
|
|
@ -1,4 +1,4 @@
|
||||||
$mobile-breakpoint: "max-width: 970px";
|
$mobile-breakpoint: "max-width: 768px";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-dark: url("/img/background-black-red.jpg");
|
--background-dark: url("/img/background-black-red.jpg");
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--separator {
|
&--separator {
|
||||||
grid-area: 1 / 4 / 2 / 5;
|
|
||||||
align-self: center;
|
align-self: center;
|
||||||
height: 40%;
|
height: 40%;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
|
|
@ -125,7 +124,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--languages {
|
&--languages {
|
||||||
grid-area: 1 / 5 / 2 / 6;
|
|
||||||
align-self: center;
|
align-self: center;
|
||||||
padding: 0 var(--space-xsmall);
|
padding: 0 var(--space-xsmall);
|
||||||
|
|
||||||
|
|
@ -186,7 +184,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--links {
|
&--links {
|
||||||
grid-area: 1 / 3 / 2 / 4;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue