Spaces:
Running
Running
Commit
·
1432bc1
1
Parent(s):
b3bed5a
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -162,12 +162,12 @@
|
|
162 |
cursor: pointer;
|
163 |
}
|
164 |
#additional-info {
|
165 |
-
|
166 |
overflow: hidden;
|
167 |
-
transition:
|
168 |
}
|
169 |
#additional-info.expanded {
|
170 |
-
|
171 |
}
|
172 |
|
173 |
|
|
|
162 |
cursor: pointer;
|
163 |
}
|
164 |
#additional-info {
|
165 |
+
height: 0px;
|
166 |
overflow: hidden;
|
167 |
+
transition: height 0.3s ease;
|
168 |
}
|
169 |
#additional-info.expanded {
|
170 |
+
height: 100px;
|
171 |
}
|
172 |
|
173 |
|