feat: add more podcast content

This commit is contained in:
Devin Haska 2024-02-20 20:24:11 -08:00
parent 92ea3dfb7b
commit 2bc1b51e91
16 changed files with 148 additions and 40 deletions

View file

@ -1,31 +1,13 @@
.catalogue {
container-type: inline-size;
}
.catalogue-type {
font-size: 0.8rem;
border-radius: 0.5rem;
}
.catalogue-meta {
display: grid;
grid-template-columns: 1fr 200px;
text-align: center;
}
.catalogue-meta picture {
max-width: 200px;
}
.catalogue-meta > *:first-child {
order: 1;
}
@container (max-width: 32rem) {
.catalogue-meta {
grid-template-columns: 1fr;
}
.catalogue-meta > *:first-child {
order: initial;
}
.catalogue source,
.catalogue img {
max-width: 50%;
}