From 78ce6607f3591375fdcbe7a6346418be97597681 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 27 Dec 2019 10:46:41 -0600 Subject: [PATCH] Remove portrait-specific upgrade button sizing --- gorge.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gorge.css b/gorge.css index 395d009..f459dd0 100644 --- a/gorge.css +++ b/gorge.css @@ -341,17 +341,6 @@ button { transform: scale(1.25, 1.25); } -@media (max-aspect-ratio: 1/1) { - .upgrade-button { - width: 13vw; - height: 13vw; - } - - .upgrade-button > .fas { - font-size: 10vw; - } -} - .upgrade-button-inactive { background-color: #222 !important; color: #999 !important;