Skip to content

Commit

Permalink
faq updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker committed Jan 6, 2025
1 parent 124372f commit d1684af
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _tabs/2_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,26 @@ body {
text-decoration: underline;
}

/* FAQ section */
.faq-section {
max-width: 800px;
margin: 2rem auto;
}

details {
background: #f8f9fa;
padding: 1rem;
margin-bottom: 0.5rem;
border-radius: 8px;
border: 1px solid #e5e7eb;
}

details summary {
cursor: pointer;
font-weight: 500;
color: #4682B4;
}

/*
* Solutions Tab System
*/
Expand Down
20 changes: 20 additions & 0 deletions _tabs/4_Assessment_Walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,26 @@ permalink: /assessment/walkthrough/
margin-left: 1rem;
}
}

/* FAQ section */
.faq-section {
max-width: 800px;
margin: 2rem auto;
}

details {
background: #f8f9fa;
padding: 1rem;
margin-bottom: 0.5rem;
border-radius: 8px;
border: 1px solid #e5e7eb;
}

details summary {
cursor: pointer;
font-weight: 500;
color: #4682B4;
}
</style>

<!--<div class="hero-section">
Expand Down

0 comments on commit d1684af

Please sign in to comment.