Label (in Teaser or at H1)
CODE
×
HTML
<div class='label'>Label Text</div>
CSS
div.label { font-size: var(--fs-xxs); line-height: var(--lh-m); font-family: var(--body-font-boldstrong-1); font-style: var(--body-font-boldstrong-2); font-weight: var(--body-font-boldstrong-3); letter-spacing: var(--lls-1); word-spacing: var(--lls-2); word-spacing: var(--bf-ws); color: var(--fc2); text-transform: var(--btt); margin-right: auto; margin-bottom: calc(var(--fs-xs) * var(--lh-m) / 2); margin-left: auto; max-width: 890px; } @media screen and (max-width: 991px) { div.label { font-size: var(--fs-xxs); margin-bottom: calc(var(--fs-xxs) * var(--lh-m) / 2); } } @media screen and (max-width: 575px) { div.label { font-size: var(--fs-xxxs); margin-bottom: calc(var(--fs-xxxs) * var(--lh-m) / 2); } }
JS
Label (in Teaser or at H1)
Last Edit: Nov 1, 2023, 2:22pm
×
Label Text