Skip to content

Commit

Permalink
Added varius stying fixes to .js-post-category-messages element
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille authored and davea committed Sep 16, 2024
1 parent 244bfda commit edbcac2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions web/cobrands/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3365,6 +3365,29 @@ $site-message-border: 1px solid #525252 !default;
}
}

.js-post-category-messages,
.extra-category-questions {
h2 {
font-size: 1.3rem;
}

h3 {
font-size: 1.2rem;
}

h3, h4 {
font-weight: bold;
}

img {
margin-bottom: 1rem;
}

:first-child {
margin-top: 0; //Avoids extra spacing caused by inherited margins
}
}

.keyboard-instructions-wrapper, .keyboard-pin {
display: none;
}
Expand Down

0 comments on commit edbcac2

Please sign in to comment.