Skip to content

Commit

Permalink
Reverted changes to section.faq and updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cheintzman committed Dec 6, 2023
1 parent 1ce81c5 commit 85a0ba3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions styles/gmo-styles.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
/* FAQ page typography styles */
.section.faq,
.section.faq ul,
.section.faq li {
.section.faq{
color: #222222;
font-weight: normal;
font-size: 18px;
line-height: 30px;
margin: 0; /* Adjust this value as needed */
/* disable capitalization until ADP portal has fixed ASSETS-30971 */
text-transform: initial;
}
/* Removes margins for FAQ content using bullet points */

/* Adjusts margins for FAQ content using bullet points to remove extra line spacing */
.section.faq .default-content-wrapper ul {
margin: -1em 0 1em 0;
}
Expand Down

0 comments on commit 85a0ba3

Please sign in to comment.