language button text bigger + arrow below text

This commit is contained in:
antil0pa 2020-01-03 00:45:05 +01:00
parent 02d2486eeb
commit 8229e045ff
1 changed files with 7 additions and 0 deletions

View File

@ -439,6 +439,13 @@ ul.dropdown-content a{
color: #b9a2ab;
background-color: #50162D;
border-color: #50162D;
font-size: 1.5rem;
}
.language-selector .btn i {
position: absolute;
top: 20px;
right: 15px;
}
.language-selector .dropdown-menu {