templates: Reduce table font size.

This commit is contained in:
Bradley Sepos 2019-03-18 02:27:43 -04:00
parent 39d48999fd
commit c58d882d31
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -421,7 +421,7 @@ article.docs p + pre {
article.docs table {
margin: 1.5rem 0;
font-size: .9rem;
font-size: .75em;
border-spacing: 0;
border-collapse: collapse;
}