This commit is contained in:
parent
419461803f
commit
f1c76d2c76
@ -25,7 +25,6 @@ body {
|
|||||||
color: #b9bbbe;
|
color: #b9bbbe;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -182,7 +181,7 @@ hr {
|
|||||||
|
|
||||||
@media only screen and (max-width : 320px) {
|
@media only screen and (max-width : 320px) {
|
||||||
body {
|
body {
|
||||||
justify-content: flex-start;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul li {
|
footer ul li {
|
||||||
|
Loading…
Reference in New Issue
Block a user