modify footer for small screen
This commit is contained in:
parent
777464d788
commit
e0260b8d1a
@ -26,9 +26,16 @@ footer div a:hover {
|
|||||||
footer div.logo {
|
footer div.logo {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
@media screen and (max-width: 900px) {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer div.logo img {
|
footer div.logo img {
|
||||||
height: 90px;
|
height: 90px;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
@media screen and (max-width: 900px) {
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user