- commit
- 4e1ab79cb8007ba3129312043018b53e57e13c94
- parent
- 08b1029f9fe1a9e342e01c90f20c3220a0ad8275
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-09-27 05:52
rm page margins
Diffstat
| M | static/style.css | 5 | +++++ |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
@@ -6,9 +6,14 @@ 6 6 color: var(--fg); 7 7 } 8 8 -1 9 body { -1 10 margin: 0; -1 11 } -1 12 9 13 pre { 10 14 line-height: 1; 11 15 letter-spacing: 0.1em; -1 16 margin: 0; 12 17 } 13 18 14 19 #dpad {