fix: update font family to Montserrat and adjust list margins
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user