commit 5354c950faaafecd5c58644353fd043acec8ac4e
parent 4909bb9c962e965dd746e554c23a2cdc38769770
Author: James Eversole <james@eversole.co>
Date: Sat, 17 Feb 2024 15:08:52 -0600
Adjust generators size on mobile and allow horizontal scroll instead of text overflow
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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%