1
0

Added mobile optimization to the Home styles.sass

This commit is contained in:
Mathias Wagner 2023-11-19 00:33:38 +01:00
parent 9e682ddcf3
commit 8c223c6304
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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