1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 06:57:26 +00:00

Add a gap in ViewContent

This commit is contained in:
Steffo 2022-07-19 20:24:57 +02:00
parent 60ea8a76b3
commit b94b28853e
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -7,6 +7,8 @@
grid-template-columns: auto;
grid-template-rows: auto 1fr;
gap: 4px;
justify-content: stretch;
max-width: 800px;