This commit is contained in:
Vrifox 2020-11-09 18:49:14 +01:00
parent 9ccc7b5bd7
commit e38d188d00
4 changed files with 13 additions and 3 deletions

View file

@ -5,6 +5,7 @@ nav {
position: sticky;
top: 0;
white-space: nowrap;
z-index: 20;
.container {
align-items: center;
display: flex;

View file

@ -5,10 +5,18 @@
@import 'import/include.scss';
.section.header {
align-items: center;
background: $bg60;
display: flex;
@include a-underlined;
&::before {
background: linear-gradient(0deg, transparent, #3c3c5a);
content: "";
display: block;
height: 32px;
margin-top: -32px;
position: sticky;
top: 64px;
width: 100%;
}
header {
margin: 60px auto;
max-width: 600px;