From f1c76d2c763484d0efa5a51475f1f472d3176702 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 9 Sep 2022 10:43:08 +0000 Subject: [PATCH] The other way around --- divent/static/css/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {