Skip to content

Commit

Permalink
table styles update
Browse files Browse the repository at this point in the history
- reduce margins
- rm reduced fontsize
  • Loading branch information
adityatelange committed Dec 15, 2023
1 parent 6864770 commit 705ebeb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 705ebeb

Please sign in to comment.