set docs font size to 16px

This commit is contained in:
Alexander Graf 2018-08-23 14:44:37 +02:00
parent e388a1c966
commit b91e73b090

View File

@ -18,3 +18,7 @@ a {
a:hover {
color: #f48400;
}
body {
font-size: 16px;
}