still working on saving files

This commit is contained in:
Chris Kruining 2024-10-22 16:31:52 +02:00
parent e363ee1844
commit c96348e888
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
6 changed files with 67 additions and 54 deletions

View file

@ -0,0 +1,7 @@
.layout {
display: grid;
grid: auto minmax(0, 1fr) / 100%;
inline-size: 100%;
block-size: 100%;
overflow: clip;
}