summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;