my-rvc-voicemodels / style.css
geofactoryplastix's picture
Update style.css
6ba5b65
raw
history blame contribute delete
614 Bytes
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}
.cardtitle {
font-size: 23px;
margin-top: 0;
}
p {
color: rgb(107, 114, 128);
font-size: 15px;
margin-bottom: 10px;
margin-top: 5px;
}
.card {
width: 1100px;
height: 1200px;
margin: 0 auto;
padding: 13px;
border: 1px solid lightgray;
border-radius: 13px;
}
.intro{
border: 1px solid lightgray;
border-radius: 13px;
padding: 3px;
}
.modelcard{
border: 1px solid lightgray;
border-radius: 13px;
width: 300px;
height: 400px;
padding: 2px;
margin: 3px;
}
.cardwrapper{
display: flex;
}