feat: animation landing page + style button + uniform ul header and footer

This commit is contained in:
Matthieu Bessat 2023-04-10 21:55:40 +02:00
parent a63ce4c28c
commit b2e075a2cf
11 changed files with 94 additions and 42 deletions

View file

@ -13,6 +13,19 @@ $header-height: 6rem;
align-items: center;
}
.inline-menu-list {
display: flex;
list-style-type: none;
padding: 0;
margin: 0;
li {
margin-right: 1.5rem;
}
li:last-of-type {
margin-right: 0;
}
}
.site-header__nav {
a {
color: white;