👻
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user