Spaces:
Running
on
Zero
Running
on
Zero
Update custom.css
Browse files- custom.css +1 -1
custom.css
CHANGED
|
@@ -37,7 +37,7 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
| 37 |
@media (max-width: 700px) {
|
| 38 |
#title h1{font-size: 2.2em}
|
| 39 |
#title img{width: 80px;}
|
| 40 |
-
#gallery {max-height: 370px}
|
| 41 |
#main_app{flex-direction: column}
|
| 42 |
}
|
| 43 |
@media (max-width: 500px){
|
|
|
|
| 37 |
@media (max-width: 700px) {
|
| 38 |
#title h1{font-size: 2.2em}
|
| 39 |
#title img{width: 80px;}
|
| 40 |
+
#gallery {max-height: 370px; overflow: scroll !important}
|
| 41 |
#main_app{flex-direction: column}
|
| 42 |
}
|
| 43 |
@media (max-width: 500px){
|