diff options
author | Ben Burwell <ben@benburwell.com> | 2020-06-06 23:59:27 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-06-06 23:59:27 -0400 |
commit | af81bdaf4ba94000a93503b6001a46bbe2062ec4 (patch) | |
tree | c992fd020ed25a8ee9d4be5b3d1cb5909132af81 /assets | |
parent | 0afe3e36494d62446af8dffd4e49ca0942d09c20 (diff) |
Refresh home page layout
Diffstat (limited to 'assets')
-rw-r--r-- | assets/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/base.css b/assets/base.css index f87b2ae..82585ae 100644 --- a/assets/base.css +++ b/assets/base.css @@ -10,7 +10,7 @@ img { max-width: 100% } body { color: #242424 } -h1, h2, h3, h4, h5, h6 { font-family: sans-serif } +h1, h2, h3, h4, h5, h6, dt { font-family: sans-serif } table, td, th { border: 1px solid #ccc; |