From 222b6918ad673769a22be25271485a58952f33e6 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Mon, 18 Sep 2023 19:43:42 +0200 Subject: [PATCH] fix: move "Go Home" button to not be under the zoom controls --- template/includes/head.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/includes/head.twig b/template/includes/head.twig index 0b78ba7..f2500c0 100644 --- a/template/includes/head.twig +++ b/template/includes/head.twig @@ -37,7 +37,7 @@ #homeLink { position: absolute; - top: 16px; + bottom: 16px; left: 16px; padding: 8px 16px; z-index: 400;