Преглед изворни кода

tweak editor styles to match published

tags/1.0.3
Alej пре 3 година
родитељ
комит
f3b8d52c91
1 измењених фајлова са 20 додато и 14 уклоњено
  1. 20
    14
      vue-theme/editor-style.css

+ 20
- 14
vue-theme/editor-style.css Прегледај датотеку

6
 /* Editor Main column width */
6
 /* Editor Main column width */
7
 .wp-block {
7
 .wp-block {
8
     max-width: 805px;
8
     max-width: 805px;
9
-    /* padding: 0 !important; */
10
     margin: 0 auto 0.5em auto;
9
     margin: 0 auto 0.5em auto;
11
 }
10
 }
12
 
11
 
25
     max-width: none;
24
     max-width: none;
26
 }
25
 }
27
 
26
 
27
+.wp-block-group {
28
+    padding: 0.1em !important;
29
+}
30
+
31
+.wp-block-columns {
32
+    grid-gap: 1em !important; 
33
+}
34
+
35
+.wp-block-image figcaption {
36
+    position: inherit !important;
37
+    background: none !important;
38
+    color: black !important;
39
+    max-height: 5% !important;
40
+    overflow: visible !important;
41
+    padding: 0 !important;
42
+    margin-bottom: 1.9699em !important
43
+
44
+}
45
+
28
 body {
46
 body {
29
     font-family: Questrial, sans-serif;
47
     font-family: Questrial, sans-serif;
30
     color: #0d0d0d;
48
     color: #0d0d0d;
32
 }
50
 }
33
 
51
 
34
 p {
52
 p {
35
-    line-height: 1.4;
53
+    line-height: 1.2;
36
     margin-top: 0;
54
     margin-top: 0;
37
     margin-bottom: 1em !important;
55
     margin-bottom: 1em !important;
38
 }
56
 }
120
     letter-spacing: 4em;
138
     letter-spacing: 4em;
121
     padding-left: 4em;
139
     padding-left: 4em;
122
 }
140
 }
123
-    
124
-.wp-block-image figcaption {
125
-    position: inherit !important;
126
-    background: none !important;
127
-    color: black !important;
128
-    max-height: 5% !important;
129
-    overflow: visible !important;
130
-    padding: 0 !important;
131
-    margin-bottom: 0.75em !important;
132
-
133
-}
134
-

Loading…
Откажи
Сачувај