Make h2 and h3 different size in the form editor

[MAILPOET-2613]
This commit is contained in:
Pavel Dohnal
2020-03-16 11:06:39 +01:00
committed by Veljko V
parent 52d94256da
commit ca88ef3359

View File

@ -40,3 +40,8 @@
width: 100%;
}
}
// Wordpress displays h3 and h2 the same size by default. To make it less confusing we need to make h2 different size.
h2 {
font-size: 1.7em;
}