MarcoParola's picture
implement user space, counter system to assign ad id to each user
8092894
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;
}
}
"""