diff --git a/divent/static/css/global.css b/divent/static/css/global.css index 813742a..b71983f 100644 --- a/divent/static/css/global.css +++ b/divent/static/css/global.css @@ -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 {