Merge branch 'webgl-footer'

This commit is contained in:
Tanner Collin 2021-03-21 02:51:23 +00:00
commit 8630a9b66c

View File

@ -124,6 +124,7 @@ body {
display: grid;
}
@media (min-width: 650px) {
.footer-content {
transition: all 0.2s ease-in;
opacity: 0.25;
@ -132,6 +133,7 @@ body {
.footer-content:hover {
opacity: 1;
}
}
/* grid bottom */
.footer canvas {