Amend firstHeading selector

Turning it into a class selector similar and amending the distances
to not rely on `line-height` in order to prevent unwanted side-effects
in non Latin scripts.

Follow-up to I85b5172a851bcfbf00606f355453f591782f9cc2

Depends-On: I2edf9f40e5b4b9296195cb581e216f82b28933ca
Bug: T239657
Change-Id: Ia27b48d45ad3fa4ab2f517734bd0cbe0d94f5ed4
This commit is contained in:
Volker E 2019-12-02 12:26:36 -08:00
parent 0612572200
commit ac9ba37713

View file

@ -93,7 +93,9 @@ pre,
line-height: 1.1em;
}
#firstHeading {
.firstHeading {
margin-top: 0.4em;
margin-bottom: 0.1em;
padding-top: 0;
overflow: visible;
}