Fix css on mobile (right this time)
This commit is contained in:
parent
f1c76d2c76
commit
f5a7a44c1f
@ -25,6 +25,7 @@ body {
|
||||
color: #b9bbbe;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@ -179,9 +180,9 @@ hr {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 320px) {
|
||||
@media only screen and (max-width: 400px) {
|
||||
body {
|
||||
justify-content: space-around;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
footer ul li {
|
||||
|
Loading…
Reference in New Issue
Block a user