From 15572f5b67e103d9bdb44eb1d7ff894fc8d02b2a Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Thu, 22 Jun 2023 11:27:44 -0400 Subject: [PATCH] Push the links down a little --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index.html b/index.html index 5e76e83..37efc85 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,18 @@ div.container { justify-content: space-evenly; } +div.box { + height: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-evenly; +} + +div.box div.spacer { + display: none; +} + @media (min-width: 768px) { div.container { position: absolute; @@ -36,6 +48,10 @@ div.container { align-items: center; justify-content: space-evenly; } + + div.box div.spacer { + display: block; + } } div.box a { @@ -51,9 +67,11 @@ div.box a:hover {