Fixed a style bug with the footer that made the links unclickable
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-06-09 13:36:00 -04:00
parent e75b76d968
commit 4164c633b0

View File

@ -150,7 +150,7 @@ hr
#footer
box-sizing: border-box
position: fixed
z-index: -1
z-index: 1
bottom: 0
width: 100%
height: $footer-height