Added mobile optimization to the Home styles.sass
This commit is contained in:
parent
9e682ddcf3
commit
8c223c6304
@ -6,6 +6,7 @@
|
|||||||
align-items: center
|
align-items: center
|
||||||
height: 100%
|
height: 100%
|
||||||
user-select: none
|
user-select: none
|
||||||
|
flex-wrap: wrap
|
||||||
|
|
||||||
.info-area
|
.info-area
|
||||||
padding: 1rem 1.5rem
|
padding: 1rem 1.5rem
|
||||||
@ -70,3 +71,7 @@
|
|||||||
h2
|
h2
|
||||||
margin: 0
|
margin: 0
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
@media screen and (max-width: 1130px)
|
||||||
|
.create-btn
|
||||||
|
display: none
|
Loading…
x
Reference in New Issue
Block a user