diff --git a/static/css/style.css b/static/css/style.css index d8d1223..7115352 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1060,11 +1060,14 @@ p { .logo-container { color: var(--font-fg); line-height: 0; + text-align: center; } .logo-container svg { vertical-align: middle; margin: 0 auto; + width: 110px; + height: 40px; } .results-search-container { @@ -1825,9 +1828,8 @@ body, h1, p, a, input, button { font-size: 26px; display: block; margin-top: 0px; - top: 0px; + top: -5px; /* how ? why ? I dont even wanna know */ left: 0px; - /* background-color: var(--search-bg); */ } .mobile-none { diff --git a/templates/files.html b/templates/files.html index 7e05993..079899c 100755 --- a/templates/files.html +++ b/templates/files.html @@ -13,7 +13,103 @@