Skip to content

Commit

Permalink
fix hero
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Feb 11, 2024
1 parent 27d41f5 commit 0bed39d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/frontend/styles/components/_hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
}

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

.hero--mobile .logo__text{
font-size: 2.5rem;
font-size: 2rem;
}

.hero__caption {
Expand Down

0 comments on commit 0bed39d

Please sign in to comment.