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; }