dsfr: reduce size of tracking code title (#64441)

This commit is contained in:
Frédéric Péters 2022-04-26 13:57:33 +02:00
parent 17c4a8df99
commit acabe7ff39
1 changed files with 9 additions and 0 deletions

View File

@ -663,3 +663,12 @@ form div.widget {
}
}
}
div#tracking-code h3 {
font-size: 1.375rem;
line-height: 1.75rem;
@media screen and ($max-mobile-viewport) {
font-size: 1.375rem;
line-height: 1.75rem;
}
}