fix some front page font and image sizes

This commit is contained in:
elise
2024-08-09 01:44:42 +02:00
parent 06e346bc5b
commit aa9244c0ce
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -65,7 +65,7 @@
} }
} }
@media (max-width: 500px) { @media (max-width: 600px) {
.newsItem { .newsItem {
--item-height: 8rem; --item-height: 8rem;
} }