Font sizes for HN post page

This commit is contained in:
Andrew Gioia 2022-04-25 17:01:04 -04:00
parent a0f6dee798
commit 80661c3704
1 changed files with 3 additions and 3 deletions

View File

@ -71,16 +71,16 @@ a:visited {
/* font size and white space improvements */
table.fatitem td,
td.title {
font-size: 16px;
}
table.fatitem td {
line-height: 22px;
table.fatitem td.title {
font-size: 20px;
}
table.fatitem td.subtext {
font-size: 14px;
padding-bottom: 10px;
}