Skip to content

Commit

Permalink
chore: Change headlines to Bootstrap5 typography
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Nov 7, 2024
1 parent 95614a9 commit da31561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/ProfileForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ function Form() {
id={`profile-option-${slug}-label`}
className="profile-select-label"
>
<span className="profile-select-label-heading">
<h2>
{display_name}
</span>
<span>{description}</span>
</h2>
<p>{description}</p>
</div>

<ProfileOptions profile={slug} config={profile_options} />
Expand Down
6 changes: 0 additions & 6 deletions src/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
margin-bottom: 1rem;
}

.profile-select-label-heading {
display: block;
font-size: 2rem;
font-weight: bold;
}

.profile-select-radio {
display: flex;
gap: 1rem;
Expand Down

0 comments on commit da31561

Please sign in to comment.