fix(header): fixed position mobile nav

This commit is contained in:
Matthieu Bessat 2024-03-11 07:49:04 +01:00
parent 08584efc5f
commit e5fe526536
2 changed files with 8 additions and 6 deletions

View file

@ -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 {