calendar design progress

This commit is contained in:
2024-08-09 22:07:03 +02:00
parent 9d78cf2822
commit d83653dc2b
3 changed files with 93 additions and 21 deletions
@@ -7,15 +7,26 @@
&.small {
.title,
.details {
font-size: var(--font-size-body);
.details,
.dates {
font-size: var(--font-size-caption);
}
.text {
padding: 0;
margin: .4em 0;
&:before {
display: none;
}
}
@media (max-width: 700px) {
--size-image-width: 8.2rem;
grid-template-columns: var(--size-image-width) auto;
column-gap: .6rem;
align-items: flex-start;
width: var(--size-item-width);
}
}
&.medium {