Refactoring

This commit is contained in:
aronmal 2022-08-15 23:16:31 +02:00
parent 83f187a7dc
commit 2ebaccfb2d
Signed by: aronmal
GPG key ID: 816B7707426FC612
9 changed files with 231 additions and 118 deletions

View file

@ -48,7 +48,7 @@
grid-template-columns: .75fr repeat(12, 1fr) .75fr;
// grid-gap: 1px solid blue;
> .r1 {
> .label {
grid-column: var(--x);
grid-row: var(--y);
}
@ -83,6 +83,7 @@
// justify-content: center;
border: 1px solid yellow;
grid-row: var(--x);
pointer-events: none;
img {
position: absolute;