mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
Docs: Add tables
This commit is contained in:
parent
ba5fd1c9e5
commit
9b489ba857
4 changed files with 148 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue