From 0c4b29d45bb1fff4eb1d7e108117e62952e1c9e4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 28 Dec 2019 11:30:52 -0600 Subject: [PATCH] Adjust button dimensions in portrait mode --- gorge.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gorge.css b/gorge.css index 595bf30..4081854 100644 --- a/gorge.css +++ b/gorge.css @@ -263,8 +263,15 @@ button { #tasty-micro { width: 30vw; + height: 30vw; + font-size: 20vw; + } + + body #tasty-micro:active { + transform: scale(0.9, 0.9); + transition: 0s; + font-size: 15vw; } -} .title { font-size: 48px;