responsive adjustements
This commit is contained in:
parent
f359580914
commit
d6788e50e4
|
|
@ -45,12 +45,12 @@
|
||||||
max-height: 0px;
|
max-height: 0px;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
max-height: 300px;
|
max-height: 800px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@keyframes height-out {
|
@keyframes height-out {
|
||||||
0% {
|
0% {
|
||||||
max-height: 300px;
|
max-height: 800px;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
max-height: 0px;
|
max-height: 0px;
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
@keyframes translate-in {
|
@keyframes translate-in {
|
||||||
0% {
|
0% {
|
||||||
transform: translateY(0%);
|
transform: translateY(60%);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user