Skip to content

Commit

Permalink
fix(_index): remove large-bold class from Advanced content <h> tag
Browse files Browse the repository at this point in the history
According to issue #420 , tags should only have colour and padding classes
  • Loading branch information
jrhender committed Feb 23, 2024
1 parent f7274d0 commit 0cf74c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function App() {
<WidgetStampy />

<div className="padding-bottom-80" />
<h3 className="grey large-bold padding-bottom-32">Advanced content</h3>
<h3 className="grey padding-bottom-32">Advanced content</h3>
<Grid gridBoxes={toc} />
</div>
</Page>
Expand Down

0 comments on commit 0cf74c3

Please sign in to comment.