mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-13 09:11:13 -06:00
Added mobile optimization to the DataHelper styles.sass
This commit is contained in:
@@ -42,4 +42,19 @@
|
||||
|
||||
.speed-text p
|
||||
margin: 0
|
||||
color: $subtext
|
||||
color: $subtext
|
||||
|
||||
|
||||
@media screen and (max-width: 600px)
|
||||
.data-helper .speeds
|
||||
flex-direction: column
|
||||
gap: 1rem
|
||||
margin-top: 0.5rem
|
||||
|
||||
.speed
|
||||
width: 100%
|
||||
flex-direction: row
|
||||
justify-content: space-between
|
||||
|
||||
input
|
||||
width: 50%
|
||||
Reference in New Issue
Block a user