diff --git a/divent/static/css/global.css b/divent/static/css/global.css index c389c61..813742a 100644 --- a/divent/static/css/global.css +++ b/divent/static/css/global.css @@ -25,7 +25,6 @@ body { color: #b9bbbe; display: flex; flex-direction: column; - justify-content: space-around; align-items: center; } @@ -182,7 +181,7 @@ hr { @media only screen and (max-width : 320px) { body { - justify-content: flex-start; + justify-content: space-around; } footer ul li {