Optimized the ConfigurationArea styles.sass for mobile devices
This commit is contained in:
parent
dbf1a405c0
commit
f3df20f123
@ -3,6 +3,7 @@
|
||||
.package-area
|
||||
background-color: $black
|
||||
border: 2px solid $dark-gray
|
||||
box-sizing: border-box
|
||||
border-radius: 1rem
|
||||
width: 20rem
|
||||
padding: 1rem 1rem
|
||||
@ -29,4 +30,9 @@
|
||||
.align-right
|
||||
display: flex
|
||||
justify-content: flex-end
|
||||
height: 2.6rem
|
||||
height: 2.6rem
|
||||
|
||||
@media screen and (max-width: 768px)
|
||||
.package-area
|
||||
width: 100%
|
||||
margin-bottom: 1rem
|
Reference in New Issue
Block a user