From 04766fc515360f39d6d7d3aac4640d8293a7d0b5 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 7 Feb 2024 22:50:54 -0300 Subject: [PATCH] frontend: improve preview render --- twenty-frontend/src/css/main.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/twenty-frontend/src/css/main.scss b/twenty-frontend/src/css/main.scss index de4de91..921cb48 100644 --- a/twenty-frontend/src/css/main.scss +++ b/twenty-frontend/src/css/main.scss @@ -61,6 +61,7 @@ body { p { padding: 0px; + margin: 7px 0 7px 0; } code { @@ -72,8 +73,13 @@ body { } h1, h2, h3, h4, h5, h6, h7 { - margin: 0 !important; - @extend .pt-3; - @extend .pb-3; + all: unset; + display: block; + padding: 0px !important; + margin: 0px !important; + font-weight: bold; + &:first-child { + padding-top: 10px !important; + } } }