Skip to content

Commit

Permalink
fix hero
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Feb 15, 2024
1 parent 74bf1f7 commit bb277ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/frontend/styles/components/_hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

.hero--mobile a {
max-width: 100%;
display: block;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
}

Expand Down

0 comments on commit bb277ec

Please sign in to comment.