diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-31 16:57:07 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-31 16:57:07 +0200 |
| commit | 326c5ac977080ba33afcdc563fad68ce1602a122 (patch) | |
| tree | 47d33d3140eec2ba4896392310d5a6cc1aea2b3f /templates/base.html | |
| parent | 39cb533d9df75f54cd34e4facef89068abf68c67 (diff) | |
| download | mitjafelicijan.com-326c5ac977080ba33afcdc563fad68ce1602a122.tar.gz | |
Simplified template
Diffstat (limited to 'templates/base.html')
| -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 | ||
