fix some front page font and image sizes
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.medium {
|
&.medium {
|
||||||
--size-image-width: 8rem;
|
--size-image-width: 8.2rem;
|
||||||
grid-template-columns: var(--size-image-width) auto;
|
grid-template-columns: var(--size-image-width) auto;
|
||||||
column-gap: .6rem;
|
column-gap: .6rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -39,7 +39,7 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
font-family: var(--font-serif);
|
font-family: var(--font-serif);
|
||||||
font-size: var(--font-size-caption);
|
font-size: var(--font-size-body);
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@ -47,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.day, .dates {
|
.day, .dates {
|
||||||
font-size: var(--font-size-xs);
|
font-size: var(--font-size-caption);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 600px) {
|
||||||
.newsItem {
|
.newsItem {
|
||||||
--item-height: 8rem;
|
--item-height: 8rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user