fix: desktop layout
This commit is contained in:
parent
a16edb4ea0
commit
6c3495a75a
3 changed files with 30 additions and 13 deletions
|
|
@ -12,6 +12,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes pulse-opacity-dim {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeUp {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue