calendar design progress
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user