From aff742f5bcd62ffc3d853dd3942c34c6740d1505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 13 Jun 2024 16:21:23 +0200 Subject: [PATCH] Improve UI --- .../css/components/textContent/textContent.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/opentermsarchive/assets/css/components/textContent/textContent.css b/themes/opentermsarchive/assets/css/components/textContent/textContent.css index e41cdcb..aa80404 100644 --- a/themes/opentermsarchive/assets/css/components/textContent/textContent.css +++ b/themes/opentermsarchive/assets/css/components/textContent/textContent.css @@ -107,7 +107,8 @@ & ol + h2, & blockquote + h2, & .highlight + h2, - & details + h2 { + & details + h2, + & video + h2{ margin-top: var(--m2XL); } @@ -116,7 +117,8 @@ & ol + h3, & blockquote + h3, & .highlight + h3, - & details + h3 { + & details + h3, + & video + h3 { margin-top: var(--mXL); } @@ -125,7 +127,8 @@ & ol + h4, & blockquote + h4, & .highlight + h4, - & details + h4 { + & details + h4, + & video + h4 { margin-top: var(--mL); } @@ -134,7 +137,8 @@ & ol + h5, & blockquote + h5, & .highlight + h5, - & details + h5 { + & details + h5, + & video + h5 { margin-top: var(--mL); }