[TELE-1393] bigger h2 on wcsformsofcategory cell pictures (desktop)

This commit is contained in:
Daniel Muyshond 2022-07-30 16:13:50 +02:00
parent 990d34695f
commit d56ed774b5
1 changed files with 6 additions and 1 deletions

View File

@ -217,7 +217,12 @@ div#content div.wcsformsofcategorycell.has-asset-picture {
object-fit: cover;
height: 160px;
}
h2 {
@media screen and (min-width: $nav-mobile-limit) {
h2 {
font-size: 1.3em;
}
}
h2 {
position: absolute;
width: 100%;
z-index: 10;