This commit is contained in:
Elijah Lucian
2021-03-20 18:59:13 -07:00
parent 219f98dab4
commit 20c9898174
2 changed files with 10 additions and 1 deletions

View File

@@ -124,6 +124,15 @@ body {
display: grid;
}
.footer-content {
transition: all 0.2s ease-in;
opacity: 0.25;
}
.footer-content:hover {
opacity: 1;
}
/* grid bottom */
.footer canvas {
grid-row: 1/2;