minor css tweaks

This commit is contained in:
yequari 2025-02-26 18:20:13 -07:00
parent b569ab2fb5
commit 69426a2056

View File

@ -30,7 +30,7 @@ body {
color: var(--primary-text);
font-family: sans-serif;
line-height: 1.5;
margin: 1rem auto;
margin: 0 auto;
max-width: 900px;
background: var(--content-bg);
font-family: 'Yaldevi', sans-serif;
@ -39,7 +39,6 @@ body {
header {
border-bottom: 1px solid var(--accent);
/* background: purple; */
padding: 4rem 1rem 0 1rem;
margin-bottom: 1rem;
display: flex;