commit bbc98ad248a6c0ee7201cc3119df2ba762203609
parent aa22315c2699199df1e904d24b65deffa0a1f813
Author: Milan Pässler <me@pbb.lc>
Date: Mon, 20 Jul 2020 21:41:29 +0200
parent aa22315c2699199df1e904d24b65deffa0a1f813
Author: Milan Pässler <me@pbb.lc>
Date: Mon, 20 Jul 2020 21:41:29 +0200
center search form vertically
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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; + +}