Decrease font size on help page

This commit is contained in:
Ajay Ramachandran
2021-08-19 11:45:32 -04:00
parent db34f1fd5b
commit c5044d3ebd
2 changed files with 7 additions and 4 deletions

View File

@@ -129,8 +129,11 @@ a {
text-decoration: none;
}
p,li {
font-size: 16px;
}
p,li,a {
font-size: 20px;
color: #c4c4c4;
}