remove language in max-width: 600px as already in max-width: 830px

This commit is contained in:
meaz 2020-02-12 21:01:21 +01:00
parent 19eeea4f12
commit f1049228d1
1 changed files with 0 additions and 37 deletions

View File

@ -180,43 +180,6 @@
@media only screen and (max-width: 600px) {
/* Language menu*/
.language-selector {
position: fixed;
top: -10px;
right: 80px;
width: 50px;
}
.language-selector .btn {
top: 35px;
font-size: 1.2rem;
padding: 19px 15px;
}
.language-selector ul#langSelectorList {
position: absolute;
top: 50px;
right: 0;
}
.language-selector .btn i {
top: 40px;
right: 20px;
}
.language-selector .dropdown-menu {
right: 150px;
top: 200px;
color: #b9a2ab;
background-color: #50162D;
border-color: #50162D;
font-size: 1.1rem;
}
.language-selector .dropdown-menu>li>a {
padding: 12px 15px;
}
}