mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
style(md-content): adjust table padding and border for improved layout
This commit is contained in:
@@ -90,9 +90,9 @@
|
|||||||
.md-content table th,
|
.md-content table th,
|
||||||
.md-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
|
.md-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
padding: 8px 5px;
|
padding: 6px 13px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
border-bottom: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-content table th {
|
.md-content table th {
|
||||||
|
|||||||
Reference in New Issue
Block a user