Fix layout of episode series footer

This commit is contained in:
2025-11-13 21:16:24 -05:00
parent b2f5322aec
commit eeb955d9fe

View File

@@ -403,6 +403,9 @@ article > p,
font-size: var(--default-header-4-font-size);
margin-left: 22px;
}
.lane.stack > article > footer {
margin-bottom: 1rem;
}
a.lane-button {
display: flex;
flex-direction: column;