Fixed a bug in the InstallSoftware component styles.sass

This commit is contained in:
Mathias Wagner 2023-08-04 12:46:16 +02:00
parent e95af745b6
commit 2fd42c72c9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -4,7 +4,6 @@
margin-top: 2rem margin-top: 2rem
display: flex display: flex
justify-content: space-between justify-content: space-between
flex-wrap: wrap
gap: 2rem gap: 2rem
.not-available .not-available
@ -15,3 +14,7 @@
display: flex display: flex
flex-direction: column flex-direction: column
gap: 1rem gap: 1rem
@media screen and (max-width: 768px)
.install-area
flex-wrap: wrap