Skip to content

Commit 47e526f

Browse files
committed
Refined Title module UI
1 parent 6c2a609 commit 47e526f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dist/PublicLab.Editor.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,19 @@ pre {
171171
display: flex;
172172
}
173173

174+
.ple-module-guide {
175+
max-width: 100%;
176+
}
177+
174178
.ple-module-guide h2 {
175179
font-size: 4em;
176180
margin-top: 0;
181+
text-align: center;
182+
}
183+
184+
.ple-module-input {
185+
padding: 1.7rem 1rem;
186+
font-size: 1.3rem;
177187
}
178188

179189
.ple-module-guide p {
@@ -196,6 +206,17 @@ pre {
196206
padding-bottom: 8px;
197207
}
198208

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+
199220
.mainImageBox {
200221
height: 180px;
201222
width: 720px;

0 commit comments

Comments
 (0)