Optimized the ConfigurationRow styles.sass for mobile devices
This commit is contained in:
parent
f3df20f123
commit
25f72e65fd
@ -26,4 +26,11 @@
|
|||||||
padding: 0.4rem 0.7rem
|
padding: 0.4rem 0.7rem
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
font-size: 16pt
|
font-size: 16pt
|
||||||
width: 55%
|
width: 55%
|
||||||
|
|
||||||
|
@media screen and (max-width: 425px)
|
||||||
|
.input-field
|
||||||
|
width: 100%
|
||||||
|
.configuration-row
|
||||||
|
flex-direction: column
|
||||||
|
align-items: flex-start
|
Reference in New Issue
Block a user