From f5a7a44c1f59d06b30848705055fff7e633723c3 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 9 Sep 2022 10:50:43 +0000 Subject: [PATCH] Fix css on mobile (right this time) --- divent/static/css/global.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {