made a start on data grid implementation
This commit is contained in:
parent
a543259fe4
commit
70c15c4094
12 changed files with 1083 additions and 210 deletions
|
@ -1,8 +1,4 @@
|
|||
section.index {
|
||||
body > main {
|
||||
display: grid;
|
||||
grid: 100% / 20% 1fr;
|
||||
|
||||
& > aside {
|
||||
overflow: clip auto;
|
||||
}
|
||||
place-content: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue