Sprachbutton gefixed sowie Positionen angepasst

This commit is contained in:
ja
2021-09-02 10:41:53 +02:00
parent 65174bf030
commit 6f7f76fa08
2 changed files with 57 additions and 12 deletions

View File

@@ -72,6 +72,10 @@ ContentPlaceHolder1 {
z-index:5001;
}
#langdropdown {
margin-top: 55px;
width: 15%;
}
@media (max-width: 575px) {
body {
font-family: 'Poppins', sans-serif;
@@ -378,4 +382,45 @@ ContentPlaceHolder1 {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
}
#ButtonDeutschLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width:max-content;
}
#ButtonTürkeiLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonEnglischLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonSerbischLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonSerbischZweiLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonBulgariaLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}