Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
311 Bytes
.checkout__ad {
width: 100%;
margin-bottom: 10px;
}
.checkout {
display: flex;
padding: 20px;
background-color: white;
height: max-content;
}
.checkout__title {
margin-right: 10px;
padding: 10px;
border-bottom: 1px solid lightgray;
}
.checkout__center {
width: 100%;
text-align: center;
}