Fix the responsivness of the navbar by making him a big flex

This commit is contained in:
2022-12-24 16:54:09 +01:00
parent 7e68a09978
commit 04d92d913b

View File

@@ -1,10 +1,14 @@
.navbar {
display: flex;
overflow: hidden;
margin: 10px auto;
width: 100%;
height: 123px;
height: auto;
border-radius: 20px;
background-color: #48435C;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.navbar a {