Optimized the ConfigurationArea styles.sass for mobile devices

This commit is contained in:
Mathias Wagner 2023-06-03 17:03:52 +02:00
parent dbf1a405c0
commit f3df20f123
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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
@ -30,3 +31,8 @@
display: flex
justify-content: flex-end
height: 2.6rem
@media screen and (max-width: 768px)
.package-area
width: 100%
margin-bottom: 1rem