navigation

This commit is contained in:
j 2023-08-23 14:57:57 +02:00
commit 3153402ba9
2 changed files with 34 additions and 25 deletions

View file

@ -203,3 +203,15 @@ nav.overlay {
cursor: pointer;
}
}
.content {
position: relative;
nav.items {
position: absolute;
top: -22px;
right: 0px;
@media(max-width:768px) {
right: 16px;
}
}
}