diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-17 12:30:42 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-17 12:30:42 +0200 |
| commit | 5dbd7412e0a3ef103dddd27f2189fda38670b659 (patch) | |
| tree | 8053a1329c680705b1155bea440870bdf9795d8b | |
| parent | 102a5a18072366154708d66817fbc55b472fea58 (diff) | |
| download | mitjafelicijan.com-5dbd7412e0a3ef103dddd27f2189fda38670b659.tar.gz | |
Fixed font in jumplist inputs
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index fe37b15..fa8c0ae 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -131,6 +131,7 @@ | |||
| 131 | pre { margin-block-start: 1em; margin-block-end: 1em; } | 131 | pre { margin-block-start: 1em; margin-block-end: 1em; } |
| 132 | 132 | ||
| 133 | section.quick-jump { display: grid; gap: 1em; margin-top: 1em; grid-template-columns: 1fr 1fr; } | 133 | section.quick-jump { display: grid; gap: 1em; margin-top: 1em; grid-template-columns: 1fr 1fr; } |
| 134 | section.quick-jump input { font-family: sans-serif; } | ||
| 134 | 135 | ||
| 135 | .promobox { | 136 | .promobox { |
| 136 | margin-top: 1em; | 137 | margin-top: 1em; |
