Skip to content

Commit

Permalink
Set header button widths equal
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzirbel committed Mar 16, 2024
1 parent 2912f52 commit 1b6396f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/CasePage/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const Header = (props: HeaderProps) => {
<a
href={props.ctaLink2}
target="_blank"
className="btn btn-primary"
className="btn btn-primary equal-width-button"
>
{props.ctaText2}
</a>
Expand All @@ -104,7 +104,7 @@ export const Header = (props: HeaderProps) => {
<a
href={props.ctaLink3}
target="_blank"
className="btn btn-primary"
className="btn btn-primary equal-width-button"
>
{props.ctaText3}
</a>
Expand Down

0 comments on commit 1b6396f

Please sign in to comment.