diff --git a/sass/stylesheet.css b/sass/stylesheet.css index 80a95ad..a6b8819 100644 --- a/sass/stylesheet.css +++ b/sass/stylesheet.css @@ -73,6 +73,16 @@ a:visited { width: 88px; height: 31px; } +.button-container { + width: fit-content; + display: flex; + align-items: center; + justify-content: center; + flex-flow: row wrap; + gap: .5em; } + .button-container img { + align-self: center; } + a:hover { text-decoration: none; color: #37DCE8; diff --git a/templates/index.html b/templates/index.html index 531a84a..46ea13a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,65 +33,67 @@ b D+ G e++ h--- r+++ x+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+