diff --git a/index.html b/index.html index d344b3a..4704670 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,12 @@ padding-left: 0; &>a { - display: block; - width: fit-content; + display: flex; + justify-content: center; + align-items: center; flex-basis: 45%; + flex-grow: 1; + max-width: 85vw; border: 1px solid var(--accent-color); padding: 8px; text-decoration: unset; @@ -52,7 +55,7 @@