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:
parent
67a3ce8292
commit
e4ecc60175
1 changed files with 0 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue