Problem/Motivation
/core/themes/olivero/css/components/header-site-branding.css at line 136:
@media (min-width: 75rem) {
.site-branding__text {
letter-spacing: 0.02em;
font-size: rem;
line-height: var(--sp2);
}
}
there should be a numeric value in front of rem. the CSS is not valid.
Proposed resolution
add a value
Comments
Comment #2
gauravvvv commentedThis is not reproducible, As I can see the font-size: 2rem; is already there. please see 10.2.x/core/themes/olivero/css/components/header-site-branding.css