13 lines
168 B
CSS
13 lines
168 B
CSS
.catalogue-type {
|
|
font-size: 0.8rem;
|
|
border-radius: 0.5rem;
|
|
}
|
|
|
|
.catalogue source,
|
|
.catalogue img {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.catalogue-meta {
|
|
text-align: center;
|
|
}
|