😭🤳
This commit is contained in:
parent
20c9898174
commit
bd7b0ac62f
|
@ -124,13 +124,15 @@ body {
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-content {
|
@media (min-width: 650px) {
|
||||||
transition: all 0.2s ease-in;
|
.footer-content {
|
||||||
opacity: 0.25;
|
transition: all 0.2s ease-in;
|
||||||
}
|
opacity: 0.25;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-content:hover {
|
.footer-content:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* grid bottom */
|
/* grid bottom */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user