Changement CSS pour mobile

This commit is contained in:
Divlo
2019-09-19 20:18:08 +02:00
parent 77d7791606
commit cb215f60d6
2 changed files with 24 additions and 2 deletions

View File

@ -47,17 +47,36 @@ 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;
}
/* CONTENT */
@media (max-width: 576px) {
.container {
width: 90% !important;
}
}
.container {
padding-bottom: 25px;
}
.inlineInput {
width: 25% !important;
display: inline;
}
#convertIn {
width: 6.7em;