Skip to content

Commit

Permalink
Fix CTA on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Aug 7, 2024
1 parent 14f3c01 commit 96b0b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ import Button from "../components/Button.astro";
.footer-cta-box {
background: #162a2d;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 1.25rem;
align-items: center;
h2 {
Expand Down

0 comments on commit 96b0b8c

Please sign in to comment.