Spaces:
Sleeping
Sleeping
File size: 490 Bytes
2c80634 8092894 2c80634 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
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;
}
}
""" |