diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-09-10 00:59:04 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-09-10 00:59:04 +0100 |
| commit | 38b00d36ec21a976efefd29cd9e8cb00734040a3 (patch) | |
| tree | f303d2a8f65ea7a1e5a554109503d9dc918e02dd | |
| parent | 1d23e77ae7edeb3fc2d7c6111df70e97a87215c9 (diff) | |
Update CSS
| -rw-r--r-- | api/handlers/html.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/handlers/html.go b/api/handlers/html.go index dc40d74..ee7ddf5 100644 --- a/api/handlers/html.go +++ b/api/handlers/html.go @@ -8,6 +8,15 @@ import ( ) const style = `<style> +html, body { + text-size-adjust: none; +} + +body { + max-width: 800px; + margin: 0 auto; +} + .entry-group { display: flex; flex-direction: column; |
