From 4e09e6449dda45d60d33d8fecd6e4279c6721232 Mon Sep 17 00:00:00 2001 From: SilicoFlare <100959814+SilicoFlare@users.noreply.github.com> Date: Sun, 25 Jun 2023 19:30:43 +0530 Subject: [PATCH] Update styles.css --- data/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/styles.css b/data/styles.css index 0fba95f..b5a9c64 100644 --- a/data/styles.css +++ b/data/styles.css @@ -8,6 +8,10 @@ src: url('silicohand.ttf'); } +.stackedit__html { + max-width: 900px; +} + body { background-color: #FFFFFF; color: #000; @@ -67,4 +71,4 @@ span.silico { span.flare { color: #ff4500; -} \ No newline at end of file +}