diff --git a/client/style.css b/client/style.css index 824c16a..60cd99c 100755 --- a/client/style.css +++ b/client/style.css @@ -282,6 +282,7 @@ tbody tr:hover td { color: white; display: flex; flex-direction: column; + margin-bottom: 5em; } .search table { @@ -897,3 +898,11 @@ form>div.history { #selected { background-color: #bfbfbf !important; } + +#content { + display: flex; + flex-direction: column; + justify-content: center; + min-height: 100vh; + +}