diff --git a/src/styles.css b/src/styles.css index 0221356..a015fc3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -30,7 +30,10 @@ h2 { margin-bottom: 20px; } .link-button { - display: block; + display: flex; + flex-direction: row; + justify-content: center; + gap:10px; text-align: center; width: 100%; padding: 15px;