Skip to content

Commit

Permalink
Fixed indentation issues in gmo-styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cheintzman committed Dec 6, 2023
1 parent 85a0ba3 commit 433297b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions styles/gmo-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@

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

header:empty {
display: none;
visibility: hidden;
}
display: none;
visibility: hidden;
}

header nav .nav-brand .adp-logo img {
min-height: 42px;
}
min-height: 42px;
}

0 comments on commit 433297b

Please sign in to comment.