Update static/style.css
Browse files- static/style.css +2 -2
static/style.css
CHANGED
@@ -74,7 +74,7 @@
|
|
74 |
}
|
75 |
.teleport-show {
|
76 |
display: flex !important;
|
77 |
-
transform:
|
78 |
}
|
79 |
.Content {
|
80 |
font-size: 16px;
|
@@ -91,4 +91,4 @@
|
|
91 |
line-height: 1.15;
|
92 |
text-transform: none;
|
93 |
text-decoration: none;
|
94 |
-
}
|
|
|
74 |
}
|
75 |
.teleport-show {
|
76 |
display: flex !important;
|
77 |
+
transform: translateY(0%) !important;
|
78 |
}
|
79 |
.Content {
|
80 |
font-size: 16px;
|
|
|
91 |
line-height: 1.15;
|
92 |
text-transform: none;
|
93 |
text-decoration: none;
|
94 |
+
}
|