From 80cb5b01a3289d3cc4bb64b257e2eb7e522a9d25 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Dec 2019 22:36:15 -0600 Subject: [PATCH] Tweak narrow layout a bit --- gorge.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gorge.css b/gorge.css index 2be4b09..a3a7701 100644 --- a/gorge.css +++ b/gorge.css @@ -84,9 +84,6 @@ button { } @media (max-aspect-ratio: 1/1) { - body #upgrades-area { - top: 10%; - } body #buildings-area { top: 50%; @@ -252,6 +249,7 @@ button { @media (max-aspect-ratio: 1/1) { #upgrades-area { position: absolute; + top: 15%; left: 50%; height: 35%; width: 50%;