Parcourir la source

set editor css body font-size 15.2px

tags/0.9.0
Alej il y a 4 ans
Parent
révision
fc6c4f49ff
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      vue-theme/editor-style.css

+ 2
- 1
vue-theme/editor-style.css Voir le fichier

19
 .wp-block[data-align='wide'] {
19
 .wp-block[data-align='wide'] {
20
     max-width: 1080px;
20
     max-width: 1080px;
21
 }
21
 }
22
- 
22
+
23
 /* Editor Width of "full-wide" blocks */
23
 /* Editor Width of "full-wide" blocks */
24
 .wp-block[data-align='full'] {
24
 .wp-block[data-align='full'] {
25
     max-width: none;
25
     max-width: none;
28
 body {
28
 body {
29
     font-family: Questrial, sans-serif;
29
     font-family: Questrial, sans-serif;
30
     color: #0d0d0d;
30
     color: #0d0d0d;
31
+    font-size:15.2px;
31
 }
32
 }
32
 
33
 
33
 p{
34
 p{

Chargement…
Annuler
Enregistrer