fix issues with tabs
This commit is contained in:
parent
b27abe928d
commit
addc6bfb11
14 changed files with 210 additions and 137 deletions
|
@ -23,4 +23,13 @@
|
|||
content: ' •';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.blank {
|
||||
display: grid;
|
||||
grid: 100% / 100%;
|
||||
inline-size: 100%;
|
||||
block-size: 100%;
|
||||
|
||||
place-items: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue