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
|
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
|
||||||
@ -14,4 +13,8 @@
|
|||||||
.configuration-area
|
.configuration-area
|
||||||
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
|
Reference in New Issue
Block a user