feat(custom): better style of navbar in header

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-11 11:44:01 +01:00
parent e833d89725
commit b05b912f15
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5

View file

@ -144,6 +144,19 @@ li {
align-items: normal;
gap: 0.5rem;
}
& nav {
display: flex;
gap: 1rem;
@media only screen and (max-width: vars.$bp-little) {
margin-bottom: 1rem;
}
}
& .header__title {
margin-bottom: 1rem;
@media only screen and (max-width: vars.$bp-little) {
margin-bottom: 0.25rem;
}
}
}
.presentation {
@ -254,10 +267,7 @@ li {
}
.custom-page {
& h2 {
margin-bottom: 1rem;
}
& h3 {
& h2, h3 {
margin-bottom: 0.5rem;
}
& .links {