made a start on data grid implementation

This commit is contained in:
Chris Kruining 2024-10-03 15:33:25 +02:00
parent a543259fe4
commit 70c15c4094
12 changed files with 1083 additions and 210 deletions

View file

@ -1,8 +1,4 @@
section.index {
body > main {
display: grid;
grid: 100% / 20% 1fr;
& > aside {
overflow: clip auto;
}
place-content: center;
}