fix: sticky content nav, news list, adhesions
This commit is contained in:
parent
a539a53fac
commit
70cd04bab6
15 changed files with 152 additions and 62 deletions
|
|
@ -1,7 +1,3 @@
|
|||
.after-header {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
$header-height: 6rem;
|
||||
|
||||
.site-header {
|
||||
|
|
@ -29,12 +25,20 @@ $header-height: 6rem;
|
|||
margin: 0;
|
||||
li {
|
||||
margin-right: 1.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
li:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.membership-header-button {
|
||||
font-size: 1rem;
|
||||
padding: .5rem 2rem;
|
||||
min-width: initial;
|
||||
}
|
||||
|
||||
.site-header__nav {
|
||||
a {
|
||||
color: white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue