css = """ | |
#gallery { | |
height: 300px; | |
} | |
.main-image { | |
width: 200px; | |
height: 200px; | |
object-fit: cover; | |
} | |
.gallery-textlabel > * { | |
h2 { | |
font-weight: medium; | |
text-align: center; | |
margin-top: 1px; | |
padding: 0px; | |
font-size: 1em; | |
} | |
.svelte-i3tvor { | |
display:none; | |
visibility: hidden; | |
font-size: 0.02em; | |
} | |
} | |
""" |