drop_menu_comming_back #241

Open
muli wants to merge 37 commits from drop_menu_comming_back into spielwiese
Showing only changes of commit 6307c4f728 - Show all commits

View File

@ -1809,7 +1809,7 @@ footer {
.header__claim ul {
display: flex;
justify-content: space-between;
justify-content: space-around;
margin: 1rem;
}
@ -1830,12 +1830,21 @@ footer {
padding: 0;
margin: 0 0.5rem 0.5rem 0.5rem;
}
.header__claim p {
font-size: 1.1rem;
padding-bottom: 0rem;
}
.header__claim h2 {
font-size: 1.2rem;
}
.header__claim p, .header__sub_claim p {
.header__sub_claim p {
font-size: 1rem;
}
.header__claim h2, .header__sub_claim h2 {
.header__sub_claim h2 {
font-size: 1.25rem;
}
@ -1909,7 +1918,7 @@ footer {
flex-direction: column;
justify-content: space-evenly;
align-items: center;
margin: 2.75rem 0 0 0;
margin: 2.25rem 0 0 0;
}
.primary_nav__navlist {