Adjust generators size on mobile and allow horizontal scroll instead of text overflow

This commit is contained in:
James Eversole 2024-02-17 15:08:52 -06:00
parent 4909bb9c96
commit 5354c950fa

View File

@ -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%