diff --git a/src/layouts/CaseStudy/style.less b/src/layouts/CaseStudy/style.less index d9072426..2f198f44 100644 --- a/src/layouts/CaseStudy/style.less +++ b/src/layouts/CaseStudy/style.less @@ -127,6 +127,12 @@ padding-top: 20px; padding-bottom: 20px; + .dynamic-html { + display: flex; + flex-direction: column; + gap: 16px; + } + h1, h2, h3, h4, h5, h6 { font-size: 25px; font-weight: 500; @@ -251,6 +257,10 @@ padding-top: 100px; padding-bottom: 100px; + .dynamic-html { + gap: 30px; + } + h1, h2, h3, h4, h5, h6 { font-size: 56px; } @@ -260,10 +270,6 @@ display: flex; justify-content: center; } - - img { - margin: 48px 0; - } } } } \ No newline at end of file