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