reglage css

This commit is contained in:
2022-08-29 12:09:22 +02:00
parent 5f07c26693
commit 270bbfceb4
2 changed files with 13 additions and 17 deletions

View File

@ -123,10 +123,23 @@ border-width: 1px;
height:20px;
}
/* MENU */
#menu {
height:50px;
padding: 0px 0px 0px 10px !important;
}
#menu .navbar-logo {
margin-right: 10px;
}
@media (max-width: 991px) {
#menu {
display:flex !important;
height: auto;
padding: 0px !important;
}
.navbar-logo {