style: adjust spacing

This commit is contained in:
Ayo 2024-03-23 19:50:25 +01:00
parent 788a71b154
commit 3bf3387a9c
2 changed files with 5 additions and 0 deletions

View file

@ -31,6 +31,7 @@ body {
*/ */
body { body {
line-height: 1.5; line-height: 1.5;
letter-spacing: 0.25px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
/* /*

View file

@ -134,6 +134,10 @@ import { stuff } from '../constants/stuff';
padding: 0; padding: 0;
} }
.highlighted-section__content ul li {
padding: 5px 0;
}
.cards-section { .cards-section {
margin: auto; margin: auto;
max-width: var(--content-width); max-width: var(--content-width);