Skip to content

Commit

Permalink
Change CSS styling for ul and li elements on FAQ page content
Browse files Browse the repository at this point in the history
  • Loading branch information
cheintzman committed Dec 6, 2023
1 parent 89e24e4 commit 1ce81c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/gmo-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
line-height: 30px;
margin: 0; /* Adjust this value as needed */
}


/* Removes margins for FAQ content using bullet points */
.section.faq .default-content-wrapper ul {
margin: -1em 0 1em 0;
}
.section.faq .default-content-wrapper li ul {
margin: 0 0 0 0;
}

header:empty {
display: none;
Expand Down

0 comments on commit 1ce81c5

Please sign in to comment.