Explorar o código

Used absolute font sizze values for heading previews.

Aleksander Nowodzinski %!s(int64=8) %!d(string=hai) anos
pai
achega
528c98fc71
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      packages/ckeditor5-heading/theme/heading.css

+ 3 - 3
packages/ckeditor5-heading/theme/heading.css

@@ -4,15 +4,15 @@
  */
 
 .ck-heading_heading1 {
-	font-size: 1.5em;
+	font-size: 20px;
 }
 
 .ck-heading_heading2 {
-	font-size: 1.3em;
+	font-size: 17px;
 }
 
 .ck-heading_heading3 {
-	font-size: 1.1em;
+	font-size: 14px;
 }
 
 /* Using absolute units to make sure each element has the same height and padding.