boxs and texts from button and drop down menu bigger for mobile view

This commit is contained in:
meaz 2020-01-03 16:29:05 +01:00
parent 8857c9ed0f
commit bf80a60db5
2 changed files with 28 additions and 6 deletions

View file

@ -219,12 +219,6 @@ div#nav-logo {
/* State and dashboard logos */
#language {
position: fixed;
top: 0px;
right: 75px;
}
#nav-links {
padding: 0;
}
@ -241,6 +235,33 @@ div#nav-logo {
}
/* Language menu*/
#language {
position: fixed;
top: 0px;
right: 75px;
}
.language-selector .btn {
font-size: 1.5rem;
padding: 19px 15px;
}
.language-selector .btn i {
position: absolute;
top: 35px;
right: 20px;
}
.language-selector .dropdown-menu {
font-size: 1.3rem;
}
.language-selector .dropdown-menu>li>a {
padding: 12px 15px;
}
/* Form
------------------------------------*/

View file

@ -454,6 +454,7 @@ ul.dropdown-content a{
border-color: #50162D;
right: 0px;
left: auto;
font-size: 1.3rem;
}
.language-selector .dropdown-menu li:hover {