finished the menu and started implementing file IO

This commit is contained in:
Chris Kruining 2024-10-02 16:31:23 +02:00
parent 99509c9ba1
commit f860ba70f1
10 changed files with 408 additions and 92 deletions

View file

@ -0,0 +1,8 @@
section.index {
display: grid;
grid: 100% / 20% 1fr;
& > aside {
overflow: clip auto;
}
}