diff --git a/css/style.css b/css/style.css index df47dc9..51756ee 100644 --- a/css/style.css +++ b/css/style.css @@ -361,6 +361,9 @@ button, .link-button, .logo { border-radius: var(--radius-xxl); box-shadow: var(--shadow-button); text-decoration: none; + display: inline-flex; + align-items: center; + justify-content: center; } .logo {