diff --git a/error.html b/error.html index 0abdcfa..7ed0c38 100644 --- a/error.html +++ b/error.html @@ -41,6 +41,27 @@ alt="Alchemy Supercharged" /> +
+
+ + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/index.html b/index.html index 1a8ac05..a800c6c 100644 --- a/index.html +++ b/index.html @@ -125,6 +125,27 @@ alt="Alchemy Supercharged" /> +
+
+ + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/styles.css b/styles.css index a6b6438..4715841 100644 --- a/styles.css +++ b/styles.css @@ -304,6 +304,16 @@ a>picture { width: calc(min(240px, 80%)); } +.social-icons { + display: flex; + gap: 20px; +} + +.social-icon svg { + width: min(15vw, 40px); + fill: var(--accent-colour); +} + @media screen and (width < 450px) { .scroll-button { display: none;