diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-12 07:03:15 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-12 07:03:15 +0100 |
| commit | db141457db1844e7bf4caa5501e1f8a05fab6acd (patch) | |
| tree | 8305c493b2d96ff71d9e52c46d36652c50e2d09f /templates/base.html | |
| parent | 345e2c76bfeaa986941bbca575d1f44c88a01b68 (diff) | |
| download | mitjafelicijan.com-db141457db1844e7bf4caa5501e1f8a05fab6acd.tar.gz | |
Update to style
Diffstat (limited to 'templates/base.html')
| -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 183ff1e..aba681f 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -18,6 +18,7 @@ | |||
| 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 | table { width: 100%; } | 20 | table { width: 100%; } |
| 21 | figure { margin: 0; } | ||
| 21 | .two-columns { display: flex; gap: 5em; } | 22 | .two-columns { display: flex; gap: 5em; } |
| 22 | @media only screen and (max-width: 720px) { | 23 | @media only screen and (max-width: 720px) { |
| 23 | body { display: block; } | 24 | body { display: block; } |
