fix footer css

This commit is contained in:
nobohan
2021-07-03 10:40:15 +02:00
parent 5dbe767d0f
commit 4c9fa86318
3 changed files with 68 additions and 7 deletions

View File

@@ -26,16 +26,18 @@ footer div a:hover {
footer div.logo {
display: flex;
justify-content: space-evenly;
@media screen and (max-width: 900px) {
flex-direction: column;
}
}
footer div.logo img {
height: 90px;
margin: 3px;
@media screen and (max-width: 900px) {
height: 60px;
}
}
@media screen and (max-width: 900px) {
footer div.logo {
flex-direction: column;
}
footer div.logo img {
height: 60px;
}
}