Fix h3 font size

This was changed when it shouldn't have been in
https://gerrit-review.googlesource.com/c/gerrit/+/155251

Change-Id: I5e91d7d2fe202bbea02cc2ecb4b5b6ca0757d48e
This commit is contained in:
Becky Siegel
2018-01-30 10:53:02 -08:00
parent 9dd4814f65
commit 0ec4b4af3f

View File

@@ -75,7 +75,7 @@ limitations under the License.
font-family: var(--font-family-bold);
}
h3 {
font-size: var(--font-size-small);
font-size: 1.17em;
font-family: var(--font-family-bold);
}
iron-icon {