mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-09 11:52:00 -04:00
table styles update
- reduce margins - rm reduced fontsize
This commit is contained in:
parent
6864770ad4
commit
705ebeb729
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue