Skip to content

Commit

Permalink
TABSSSSSSSS
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker committed Dec 30, 2024
1 parent 194fbb6 commit 16913e5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _tabs/Assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ order: 3
</div>
<!--Container for all Assessment Tabs> -->
<div class="tabs-content">
<div id="overview" class="tab-content active">
<div id="overview" class="tab-content">
<div class="team-grid">
<div class="role">Timeline & Structure</div>
<br>
Expand Down Expand Up @@ -513,6 +513,15 @@ function toggleCard(header) {
display: block !important;
}

/* Add specificity for tab labels */
.tabs-nav label[for="overview-tab"],
.tabs-nav label[for="roles-tab"],
.tabs-nav label[for="tools-tab"],
.tabs-nav label[for="processes-tab"] {
padding: 1rem 1.5rem;
cursor: pointer;
}

.content-section {
background-color: white;
border-radius: 0.5rem;
Expand Down

0 comments on commit 16913e5

Please sign in to comment.