Updated the InfoArea styles.sass

This commit is contained in:
Mathias Wagner 2023-06-09 02:28:05 +02:00
parent 6ed10e348d
commit ec1ed151f1

View File

@ -38,3 +38,5 @@
display: grid
grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr))
gap: 1.5rem
justify-items: center
user-select: none