1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:34:39 -05:00

remove this lol

This commit is contained in:
Ashley //// 2024-04-21 03:19:13 +00:00
parent 67a3ce8292
commit e4ecc60175

View file

@ -62,15 +62,6 @@
margin-top: 50px;
}
/* CSS */
.fade-in {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.fade-in.fade-in-active {
opacity: 1;
}
@media (max-width: 414px) {