Optimisation logo header adapté taille fenêtre

This commit is contained in:
Divlo
2019-12-07 09:21:15 +01:00
parent a070e5aefc
commit 2c98cd252d
3 changed files with 16 additions and 17 deletions

View File

@ -47,21 +47,6 @@ header {
.navbar {
border-bottom: var(--border-header-footer);
}
#logo-small-screen {
display: none;
}
@media (max-width: 463px) {
#logo {
display: none;
}
.navbar-brand {
width: 30%;
}
#logo-small-screen {
display: inline-block;
width: 80%;
}
}
.nav-link {
text-align: center !important;
}