Public Access
1
0

fix: update font family to Montserrat and adjust list margins

This commit is contained in:
2025-08-21 19:09:52 -04:00
parent 3b764a3b43
commit c7796a6d21
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ html, body {
height: 100%;
}
body {
font-family: 'Inter', sans-serif;
font-family: 'Montserrat', sans-serif;
background-color: #1a202c;
color: #e2e8f0;
min-height: 100vh;
@@ -165,11 +165,13 @@ article ul {
list-style-type: disc;
padding-left: 2rem;
margin-bottom: 1rem;
margin-top: 1rem;
}
article ol {
list-style-type: decimal;
padding-left: 2rem;
margin-bottom: 1rem;
margin-top: 1rem;
}
article li {
margin-bottom: 0.5rem;