From b95aaeb02a2a022daaae7a6ecaa788a8cb97c1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Tue, 21 Jul 2020 10:54:36 +0200 Subject: [PATCH] remove vertical centering on small devices --- client/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 0125585..0cf6446 100755 --- a/client/style.css +++ b/client/style.css @@ -466,6 +466,9 @@ tbody tr:hover td { } @media (min-width: 800px) { + #content { + justify-content: center; + } .center { display: flex; justify-content: center; @@ -904,7 +907,6 @@ form>div.history { #content { display: flex; flex-direction: column; - justify-content: center; min-height: 100vh; }