fix German footer

This commit is contained in:
Daniela Arcese 2017-07-26 10:22:16 -04:00
parent 137acb54a9
commit d441bb3125
No known key found for this signature in database
GPG Key ID: 3A254650E0ABC8C8

View File

@ -619,7 +619,7 @@ tbody {
right: 0;
bottom: 0;
left: 0;
font-size: 15px;
font-size: 13px;
display: flex;
align-items: flex-end;
flex-direction: row;
@ -636,17 +636,17 @@ tbody {
}
.legal-links {
max-width: 600px;
width: 80vw;
width: 81vw;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.legal-links > a {
color: #858585;
opacity: 0.9;
white-space: nowrap;
margin-right: 2vw;
}
.legal-links > a:hover {
@ -660,7 +660,8 @@ tbody {
.social-links {
display: flex;
justify-content: space-between;
width: 94px;
width: 9vw;
max-width: 94px;
}
.social-links > a {