Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/toolkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="title1">Our Toolkit</h1>
<div class="toolkit__card-list">
<div class="toolkit-flex-container">
<div class="suggest-guide-group">
<h2>Guides</h2>
<h2 class="title3">Guides</h2>
<button class="btn btn-primary btn-md-narrow">Suggest a guide</button>
</div>
<!-- Iterating through toolkitPages collection -->
Expand Down Expand Up @@ -81,7 +81,7 @@ <h2>Guides</h2>
<div class="toolkit__card-list">
<div class="toolkit-flex-container">
<div class="suggest-guide-group">
<h2 class="external-resources-text">External Resources</h2>
<h2 class="external-resources-text title3">External Resources</h2>
<button class="btn btn-primary btn-md-narrow">Suggest a resource</button>
</div>
<!-- Searching through toolkitResources collection -->
Expand Down