commit b95aaeb02a2a022daaae7a6ecaa788a8cb97c1d8
parent 6b583c8c470738d8d97ca7b097099953942a38eb
Author: Milan Pässler <me@pbb.lc>
Date: Tue, 21 Jul 2020 10:54:36 +0200
parent 6b583c8c470738d8d97ca7b097099953942a38eb
Author: Milan Pässler <me@pbb.lc>
Date: Tue, 21 Jul 2020 10:54:36 +0200
remove vertical centering on small devices
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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; }