diff --git a/index.html b/index.html index 6c268af..2a3417d 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,14 @@ width: 9em; } + a.button { + display: inline-block; + padding: 0.3rem 0.6rem; + background: var(--primary-color); + color: var(--background-color); + text-decoration: none; + } + @media screen and (min-width: 1024px) { div.container { display: grid; @@ -69,7 +77,6 @@
-