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

@ -93,7 +93,7 @@
svg {
stroke: var(--secondary);
margin-right: .5rem;
border: 3px solid currentColor;
border: 2px solid currentColor;
border-radius: 1rem;
background: currentColor;
}
@ -107,6 +107,10 @@
details {
margin-top: calc(var(--spacing-typography) * 2);
svg {
vertical-align: bottom;
}
}
}