Spaces:
Runtime error
Runtime error
Commit
•
1fd8f01
1
Parent(s):
8ae8508
add custom css
Browse files- custom.css +6 -0
custom.css
CHANGED
@@ -25,6 +25,9 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
25 |
#order_radio [data-testid="block-info"]{float: left;margin-top: 2px;margin-right: 6px; margin-bottom: 0}
|
26 |
#order_radio label{padding: 0.25em 0.75em !important;font-size: 85% !important}
|
27 |
#gallery_new{border-bottom-left-radius: 0; border-bottom-right-radius:0; border-bottom-color: transparent; height: 160px}
|
|
|
|
|
|
|
28 |
@media(max-width: 1280px){
|
29 |
#gallery_new{height: 210px}
|
30 |
}
|
@@ -33,4 +36,7 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
33 |
#title img{width: 80px;}
|
34 |
#gallery {max-height: 370px}
|
35 |
#main_app{flex-direction: column}
|
|
|
|
|
|
|
36 |
}
|
|
|
25 |
#order_radio [data-testid="block-info"]{float: left;margin-top: 2px;margin-right: 6px; margin-bottom: 0}
|
26 |
#order_radio label{padding: 0.25em 0.75em !important;font-size: 85% !important}
|
27 |
#gallery_new{border-bottom-left-radius: 0; border-bottom-right-radius:0; border-bottom-color: transparent; height: 160px}
|
28 |
+
.card_internal{display: flex;height: 100px;margin-top: .5em}
|
29 |
+
.card_internal img{margin-right: 1em}
|
30 |
+
#box_column{max-width: 100%}
|
31 |
@media(max-width: 1280px){
|
32 |
#gallery_new{height: 210px}
|
33 |
}
|
|
|
36 |
#title img{width: 80px;}
|
37 |
#gallery {max-height: 370px}
|
38 |
#main_app{flex-direction: column}
|
39 |
+
}
|
40 |
+
@media (max-width: 500px){
|
41 |
+
.grid-container{--grid-cols: 3 !important}
|
42 |
}
|