fix German footer
This commit is contained in:
parent
137acb54a9
commit
d441bb3125
|
@ -619,7 +619,7 @@ tbody {
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
font-size: 15px;
|
font-size: 13px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -636,17 +636,17 @@ tbody {
|
||||||
}
|
}
|
||||||
|
|
||||||
.legal-links {
|
.legal-links {
|
||||||
max-width: 600px;
|
width: 81vw;
|
||||||
width: 80vw;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.legal-links > a {
|
.legal-links > a {
|
||||||
color: #858585;
|
color: #858585;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-right: 2vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legal-links > a:hover {
|
.legal-links > a:hover {
|
||||||
|
@ -660,7 +660,8 @@ tbody {
|
||||||
.social-links {
|
.social-links {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 94px;
|
width: 9vw;
|
||||||
|
max-width: 94px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links > a {
|
.social-links > a {
|
||||||
|
|
Loading…
Reference in New Issue