Fix menu mobile

This commit is contained in:
Jesús 2020-07-11 15:59:23 -05:00
parent 6989ea3af5
commit 8b7dc4bdd6
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -800,6 +800,13 @@ soumaicon {
margin-top: 10rem !important; margin-top: 10rem !important;
} }
} }
@media screen and (max-width: 525px) {
.tab .active {
border-bottom: 2px solid #0091EA;
padding-bottom: 1px;
margin-bottom: 5px;
}
}
@media only screen and (max-width: 480px) { @media only screen and (max-width: 480px) {
.logo { .logo {
max-width: 20%; max-width: 20%;