Fixed a bug in the InstallSoftware component styles.sass
This commit is contained in:
parent
e95af745b6
commit
2fd42c72c9
@ -4,7 +4,6 @@
|
||||
margin-top: 2rem
|
||||
display: flex
|
||||
justify-content: space-between
|
||||
flex-wrap: wrap
|
||||
gap: 2rem
|
||||
|
||||
.not-available
|
||||
@ -14,4 +13,8 @@
|
||||
.configuration-area
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 1rem
|
||||
gap: 1rem
|
||||
|
||||
@media screen and (max-width: 768px)
|
||||
.install-area
|
||||
flex-wrap: wrap
|
Reference in New Issue
Block a user