mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
📱 improvement: responsive inline code font size
This commit is contained in:
parent
505eb2cb72
commit
6afcd2fbbb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ code {
|
||||||
padding: 0.1em 0.2em;
|
padding: 0.1em 0.2em;
|
||||||
font-family: var(--code-font);
|
font-family: var(--code-font);
|
||||||
font-weight: 350;
|
font-weight: 350;
|
||||||
font-size: 22px;
|
font-size: 0.92em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue