mirror of
https://github.com/groupe1cir1n/groupe1cir1n.github.io.git
synced 2026-01-18 16:37:32 +01:00
Fix the responsivness of the navbar by making him a big flex
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user