Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
423 Bytes
.rightBar {
display: flex;
flex-direction: column;
&__card-hackathon {
background-color: var(--main-0);
padding: 1rem;
border-radius: 5px;
line-height: 1.5;
height: max-content;
img {
width: 100%;
height: auto;
max-height: 100px;
border-radius: 5px;
display: inline-block;
margin-bottom: 1rem;
}
p a {
color: var(--main-theme);
}
}
}