diff --git a/sass/stylesheet.scss b/sass/stylesheet.scss index f2a410b..d13b5c2 100644 --- a/sass/stylesheet.scss +++ b/sass/stylesheet.scss @@ -107,6 +107,18 @@ a:visited { height: 31px; } +.button-container { + width: fit-content; + display: flex; + align-items: center; + justify-content: center; + flex-flow: row wrap; + gap: .5em; + img { + align-self: center; + } +} + a:hover { text-decoration: none; color: $link-hover; @@ -121,7 +133,6 @@ a:hover:has(img) { } } - /* We want the footer to be like two columns, where the right columns are also right-aligned and the columns grow to share the space sanely. */ footer nav ul { 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+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+