Skip to content

Commit 0323a75

Browse files
committed
🐛 bug: Fix breaking CTA button text (#8)
1 parent 58c48b9 commit 0323a75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

static/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ h2 {
7373

7474
#cta-wrapper {
7575
margin: 10em 0 5em 0;
76+
display: flex;
77+
flex-wrap: wrap;
78+
justify-content: center;
7679
}
7780

7881
#cta-wrapper a:hover {

0 commit comments

Comments
 (0)