From 5354c950faaafecd5c58644353fd043acec8ac4e Mon Sep 17 00:00:00 2001 From: James Eversole Date: Sat, 17 Feb 2024 15:08:52 -0600 Subject: [PATCH] Adjust generators size on mobile and allow horizontal scroll instead of text overflow --- views/cassius/style.cassius | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/cassius/style.cassius b/views/cassius/style.cassius index f31b9e8..41e8ec1 100644 --- a/views/cassius/style.cassius +++ b/views/cassius/style.cassius @@ -70,6 +70,7 @@ input[type=number] padding: 1em 0.5em 0.5em 1.5em background-color: #{colorTwo} box-shadow: 8px 8px 12px #ccc + overflow-x: scroll .generators .numberInput background-color: #{colorTwo} @@ -276,6 +277,9 @@ input[type=number] .mainButton width: 80% + .generators + font-size: 12px + .genButton width: 80%