From 44c2833527359c247d70dbec661cf2fcaa969db5 Mon Sep 17 00:00:00 2001 From: froehlichA Date: Sat, 18 Mar 2023 19:20:30 +0100 Subject: [PATCH] use no margin top on preview mode --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index b1d1126..5659a1f 100644 --- a/styles.css +++ b/styles.css @@ -17,3 +17,7 @@ .float-right { float: right; } + +.md-preview > * { + margin-top: 0; +}