Spaces:
Paused
Paused
Commit
•
694ab8a
1
Parent(s):
d4a01b1
Update custom.css
Browse files- custom.css +6 -0
custom.css
CHANGED
@@ -19,3 +19,9 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
19 |
#share-btn-container.hidden {display: none!important}
|
20 |
#extra_info{margin-top: 1em}
|
21 |
.pending .min {min-height: auto}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
#share-btn-container.hidden {display: none!important}
|
20 |
#extra_info{margin-top: 1em}
|
21 |
.pending .min {min-height: auto}
|
22 |
+
|
23 |
+
@media (max-width: 527px) {
|
24 |
+
#gallery {
|
25 |
+
max-height: 370px;
|
26 |
+
}
|
27 |
+
}
|