Added mobile optimization to the Home styles.sass

This commit is contained in:
2023-11-19 00:33:38 +01:00
parent 9e682ddcf3
commit 8c223c6304

@ -6,6 +6,7 @@
align-items: center
height: 100%
user-select: none
flex-wrap: wrap
.info-area
padding: 1rem 1.5rem
@ -70,3 +71,7 @@
h2
margin: 0
text-align: center
@media screen and (max-width: 1130px)
.create-btn
display: none