File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,19 @@ pre {
171
171
display : flex;
172
172
}
173
173
174
+ .ple-module-guide {
175
+ max-width : 100% ;
176
+ }
177
+
174
178
.ple-module-guide h2 {
175
179
font-size : 4em ;
176
180
margin-top : 0 ;
181
+ text-align : center;
182
+ }
183
+
184
+ .ple-module-input {
185
+ padding : 1.7rem 1rem ;
186
+ font-size : 1.3rem ;
177
187
}
178
188
179
189
.ple-module-guide p {
@@ -196,6 +206,17 @@ pre {
196
206
padding-bottom : 8px ;
197
207
}
198
208
209
+ .ple-module-title .title-module {
210
+ display : flex;
211
+ flex-direction : column !important ;
212
+ align-items : center !important ;
213
+ justify-content : center;
214
+ flex-wrap : nowrap !important ;
215
+ height : fit-content;
216
+ margin : 0 auto;
217
+ width : 100% ;
218
+ }
219
+
199
220
.mainImageBox {
200
221
height : 180px ;
201
222
width : 720px ;
You can’t perform that action at this time.
0 commit comments