Optimized the LogArea styles.sass for mobile devices

This commit is contained in:
Mathias Wagner 2023-06-03 17:14:40 +02:00
parent 25f72e65fd
commit 0e105588da
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -4,6 +4,7 @@
background-color: $black
border: 2px solid $dark-gray
border-radius: 1rem
box-sizing: border-box
padding: 1rem 1rem
width: 20rem
@ -47,3 +48,8 @@
.icon-failed
svg
color: $red
@media screen and (max-width: 768px)
.log-area
width: 100%
margin-bottom: 1rem