Spaces:
Running
Running
Commit
·
a068dec
1
Parent(s):
9bed813
Update templates/index.html
Browse files- templates/index.html +1 -5
templates/index.html
CHANGED
@@ -156,13 +156,9 @@
|
|
156 |
cursor: pointer;
|
157 |
}
|
158 |
#additional-info {
|
159 |
-
display: block;
|
160 |
height: 0px;
|
161 |
overflow: hidden;
|
162 |
-
transition: height 0.
|
163 |
-
}
|
164 |
-
#additional-info.expanded {
|
165 |
-
height: auto;
|
166 |
}
|
167 |
|
168 |
|
|
|
156 |
cursor: pointer;
|
157 |
}
|
158 |
#additional-info {
|
|
|
159 |
height: 0px;
|
160 |
overflow: hidden;
|
161 |
+
transition: height 0.5s ease-in-out;
|
|
|
|
|
|
|
162 |
}
|
163 |
|
164 |
|