table styles update

- reduce margins
- rm reduced fontsize
This commit is contained in:
Aditya Telange 2023-12-15 22:09:48 +05:30
parent 6864770ad4
commit 705ebeb729
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
1 changed files with 2 additions and 3 deletions

View File

@ -130,19 +130,18 @@
}
.post-content table {
margin-bottom: 32px;
margin-bottom: var(--content-gap);
}
.post-content table th,
.post-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
min-width: 80px;
padding: 12px 8px;
padding: 8px 5px;
line-height: 1.5;
border-bottom: 1px solid var(--border);
}
.post-content table th {
font-size: 14px;
text-align: start;
}