reduce font weight

This commit is contained in:
2023-04-18 09:55:34 +10:00
parent 78d85e2440
commit 193620e4e4

View File

@@ -127,7 +127,7 @@ const handleClickPage = (page: number): void => {
align-items: center; align-items: center;
font-family: var(--header-font-family); font-family: var(--header-font-family);
font-size: 90%; font-size: 90%;
font-weight: 700; font-weight: 600;
margin-bottom: 24px; margin-bottom: 24px;
.item { .item {