Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
5b61684
1
Parent(s):
d51f6a9
Update custom.css
Browse files- custom.css +2 -1
custom.css
CHANGED
@@ -24,8 +24,9 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
24 |
#order_radio .form{border:0 !important; padding-bottom: 0.25em}
|
25 |
#order_radio [data-testid="block-info"]{float: left;margin-top: 2px;margin-right: 6px}
|
26 |
#order_radio label{padding: 0.25em 0.75em !important;font-size: 85% !important}
|
27 |
-
@media (max-width:
|
28 |
#title h1{font-size: 2.2em}
|
29 |
#title img{width: 80px;}
|
30 |
#gallery {max-height: 370px}
|
|
|
31 |
}
|
|
|
24 |
#order_radio .form{border:0 !important; padding-bottom: 0.25em}
|
25 |
#order_radio [data-testid="block-info"]{float: left;margin-top: 2px;margin-right: 6px}
|
26 |
#order_radio label{padding: 0.25em 0.75em !important;font-size: 85% !important}
|
27 |
+
@media (max-width: 600px) {
|
28 |
#title h1{font-size: 2.2em}
|
29 |
#title img{width: 80px;}
|
30 |
#gallery {max-height: 370px}
|
31 |
+
#main_app{flex-direction: column}
|
32 |
}
|