Docs: Add tables

This commit is contained in:
Lucas 2020-09-29 13:15:05 +07:00
parent ba5fd1c9e5
commit 9b489ba857
4 changed files with 148 additions and 10 deletions

View file

@ -273,7 +273,7 @@ main > aside details[open] summary {
#grids button svg {
stroke: var(--secondary);
margin-right: .5rem;
border: 3px solid currentColor;
border: 2px solid currentColor;
border-radius: 1rem;
background: currentColor;
}
@ -288,6 +288,10 @@ main > aside details[open] summary {
margin-top: calc(var(--spacing-typography) * 2);
}
#grids details svg {
vertical-align: bottom;
}
#forms div.grid {
grid-row-gap: 0;
}