diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 19:37:54 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 19:37:54 +0200 |
| commit | d7b82e2475affe8a6521b7fd5b79470836697a85 (patch) | |
| tree | ef595d27ded04cc7479a92ef97d487ff850d2a52 /templates/base.html | |
| parent | 096ddc108dc7711ba8a08dffa690f61b116a714b (diff) | |
| download | mitjafelicijan.com-d7b82e2475affe8a6521b7fd5b79470836697a85.tar.gz | |
Fixed mobile code blocks where font sizes were all over the place
Diffstat (limited to 'templates/base.html')
| -rwxr-xr-x | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 6fa25b7..d646154 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -85,7 +85,7 @@ | |||
| 85 | 85 | ||
| 86 | code { | 86 | code { |
| 87 | font-family: monospace; | 87 | font-family: monospace; |
| 88 | font-size: 14px; | 88 | font-size: 13px; |
| 89 | padding: 2px 4px; | 89 | padding: 2px 4px; |
| 90 | background: var(--inline-code-background)!important; | 90 | background: var(--inline-code-background)!important; |
| 91 | } | 91 | } |
