diff options
Diffstat (limited to 'templates')
| -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; } |
