diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-23 07:36:58 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-23 07:36:58 +0100 |
| commit | 4f4f6236b64fc7d0a89deb419e390be41ef6712f (patch) | |
| tree | 0f2c74666563275b6cb946235769b36f19fcd179 | |
| parent | 5089d15af57f262c47d26921a28ff562a25b1926 (diff) | |
| download | mitjafelicijan.com-4f4f6236b64fc7d0a89deb419e390be41ef6712f.tar.gz | |
Added bookmarks
| -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 b570d4e..f4f7e84 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | img, video, audio { max-width: 100%; } | 17 | img, video, audio { max-width: 100%; } |
| 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } | 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } |
| 19 | code { background: #f5f5f5; } | 19 | code { background: #f5f5f5; } |
| 20 | li { break-inside: avoid-column; } | ||
| 20 | table { width: 100%; } | 21 | table { width: 100%; } |
| 21 | figure { margin: 0; } | 22 | figure { margin: 0; } |
| 22 | .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; } | 23 | .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; } |
