diff options
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index b112df4..c9030d1 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -78,8 +78,8 @@ | |||
| 78 | 78 | ||
| 79 | code { | 79 | code { |
| 80 | font-family: monospace; | 80 | font-family: monospace; |
| 81 | font-size: 14px; | 81 | font-size: 13px; |
| 82 | padding: 2px 5px; | 82 | padding: 2px 4px; |
| 83 | background: var(--inline-code-background)!important; | 83 | background: var(--inline-code-background)!important; |
| 84 | } | 84 | } |
| 85 | 85 | ||
| @@ -105,6 +105,7 @@ | |||
| 105 | } | 105 | } |
| 106 | 106 | ||
| 107 | img, video, audio, table { | 107 | img, video, audio, table { |
| 108 | width: 800px; | ||
| 108 | max-width: 100%; | 109 | max-width: 100%; |
| 109 | } | 110 | } |
| 110 | 111 | ||
