fix(header): fixed position mobile nav
This commit is contained in:
parent
08584efc5f
commit
e5fe526536
2 changed files with 8 additions and 6 deletions
|
|
@ -104,7 +104,12 @@ body {
|
|||
|
||||
.site-footer-socials {
|
||||
justify-content: center;
|
||||
margin-bottom: 2.5rem;
|
||||
margin-bottom: 2rem;
|
||||
flex-wrap: wrap;
|
||||
padding: 0 .5rem;
|
||||
li {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-menu-list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue