From 4fae5332fc59158e89c23ec085793a2a9f007765 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 9 Sep 2021 00:25:52 -0400 Subject: [PATCH] Change margin spacings between blocks from em to cm --- themes/5ePhb.style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 58880c5a9..f30adb21e 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -185,7 +185,7 @@ body { .useSansSerif(); width : 100%; & + * { - margin-top : 1em; + margin-top : 0.27cm; } thead{ display: table-row-group; @@ -523,7 +523,7 @@ body { margin-top : 2px; //Prevent top border getting cut off on colbreak margin-bottom : 2px; & + * { - margin-top : 1em; + margin-top : 0.27cm; } } //*****************************