Added readaibility improvements to articles

This commit is contained in:
Camerin Figueroa 2021-11-15 14:51:55 -05:00
parent 6503a90fa2
commit 6f4addd6bc
1 changed files with 4 additions and 3 deletions

View File

@ -8,20 +8,21 @@
.article .content { .article .content {
width: 80vw; width: 80vw;
text-align:left; text-align:left;
line-height: 1.5;
} }
.article .code { .article .code {
padding: 10px; padding: 10px;
background-color: #3A3B3B; background-color: #3A3B3B;
color: gray; color: lightgray;
border-radius: 5px; border-radius: 5px;
margin: 10px; margin: 20px;
} }
.article .h1 { .article .h1 {
font-size: 24px; font-size: 24px;
font-weight:bolder; font-weight:bolder;
margin-top: 10px; margin-top: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }