mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Small improvements
- Edit small font-size - Update docs
This commit is contained in:
parent
537f5008c2
commit
c874560a24
15 changed files with 115 additions and 102 deletions
|
@ -98,10 +98,10 @@
|
|||
.grid {
|
||||
> * {
|
||||
padding: calc(var(--spacing) / 2) 0;
|
||||
background: var(--secondary);
|
||||
color: var(--secondary-inverse);
|
||||
border-radius: var(--border-radius);
|
||||
background: var(--code-background-color);
|
||||
font-size: 87.5%;
|
||||
text-align: center;
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue