base-laravel/public/css/gallery.css

26 lines
377 B
CSS
Vendored

#showcase {
height: 450px;
overflow: visible !important;
}
.card {
width: 320px;
padding: 12px;
text-align: center;
background-color: var(--primary-bg-dark);
border: 2px white dotted;
border-radius: 12px;
}
.card h2 {
margin: 0 0 7px 0;
}
.card p {
font-size: 15px;
}
.tag-selector,.speed-selector{
text-align:center;
}
#hidden-cards{
display:none;
}