feat(custom): better style of navbar in header
This commit is contained in:
parent
e833d89725
commit
b05b912f15
1 changed files with 14 additions and 4 deletions
|
@ -144,6 +144,19 @@ li {
|
||||||
align-items: normal;
|
align-items: normal;
|
||||||
gap: 0.5rem;
|
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 {
|
.presentation {
|
||||||
|
@ -254,10 +267,7 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-page {
|
.custom-page {
|
||||||
& h2 {
|
& h2, h3 {
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
& h3 {
|
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
& .links {
|
& .links {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue