From 4b7f1cc64a9c5162c4336949f1f405f7f59fc79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20B=C3=B6hm?= Date: Thu, 14 Oct 2021 11:00:44 +0200 Subject: [PATCH] fixed mobile view, fixed footer links --- static/css/style.css | 6 +++--- templates/home.html | 10 +++++----- templates/layout.html | 33 +++++++++++++++++++++++++++------ templates/region.html | 10 +++++----- 4 files changed, 40 insertions(+), 19 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 0d5a8f8..e950bb9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -336,16 +336,16 @@ Small Screen - Mobile .content-item-inner2 { overflow-y: hidden; overflow-x: scroll; - width: 650px; + width: 1200px; } .content-item-inner4 { - width: 267px; + width: 760px; padding-left: 77px; } .content-item-inner2 ul li div:nth-of-type(1) { - width: 267px; + width: 760px; } .content-item-inner2 ul li div:nth-of-type(1) img { diff --git a/templates/home.html b/templates/home.html index f4d0610..1c667d1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -33,10 +33,10 @@ {{- end}} {{$server.Name}} -
+

{{$server.Map}}

-
+

{{$server.Players}}/{{$server.MaxPlayers}}

@@ -64,7 +64,7 @@ {{if ne $server.Map "Server didn't reply." -}}