mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
table styles update
- reduce margins - rm reduced fontsize
This commit is contained in:
parent
6864770ad4
commit
705ebeb729
@ -130,19 +130,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-content table {
|
.post-content table {
|
||||||
margin-bottom: 32px;
|
margin-bottom: var(--content-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content table th,
|
.post-content table th,
|
||||||
.post-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
|
.post-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
padding: 12px 8px;
|
padding: 8px 5px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content table th {
|
.post-content table th {
|
||||||
font-size: 14px;
|
|
||||||
text-align: start;
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user