summaryrefslogtreecommitdiffstats
path: root/api/handlers/html.go
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-09-10 00:59:04 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-09-10 00:59:04 +0100
commit38b00d36ec21a976efefd29cd9e8cb00734040a3 (patch)
treef303d2a8f65ea7a1e5a554109503d9dc918e02dd /api/handlers/html.go
parent1d23e77ae7edeb3fc2d7c6111df70e97a87215c9 (diff)
Update CSS
Diffstat (limited to 'api/handlers/html.go')
-rw-r--r--api/handlers/html.go9
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;