Skip to content

Commit

Permalink
Refined Title module UI
Browse files Browse the repository at this point in the history
  • Loading branch information
NARUDESIGNS committed Dec 11, 2021
1 parent 6c2a609 commit 47e526f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dist/PublicLab.Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,19 @@ pre {
display: flex;
}

.ple-module-guide {
max-width: 100%;
}

.ple-module-guide h2 {
font-size: 4em;
margin-top: 0;
text-align: center;
}

.ple-module-input {
padding: 1.7rem 1rem;
font-size: 1.3rem;
}

.ple-module-guide p {
Expand All @@ -196,6 +206,17 @@ pre {
padding-bottom: 8px;
}

.ple-module-title .title-module {
display: flex;
flex-direction: column !important;
align-items: center !important;
justify-content: center;
flex-wrap: nowrap !important;
height: fit-content;
margin: 0 auto;
width: 100%;
}

.mainImageBox {
height: 180px;
width: 720px;
Expand Down

0 comments on commit 47e526f

Please sign in to comment.