mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
post-single(css): improve RTL support (#57)
* Replace left with start for tables and block-quote
This commit is contained in:
parent
4e9d470fec
commit
3e3a7d380e
@ -132,7 +132,7 @@
|
|||||||
|
|
||||||
.post-content table th {
|
.post-content table th {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content table:not(.highlighttable) td code:only-child {
|
.post-content table:not(.highlighttable) td code:only-child {
|
||||||
@ -208,7 +208,7 @@
|
|||||||
.post-content blockquote {
|
.post-content blockquote {
|
||||||
margin: 0 calc(var(--gap) * -1);
|
margin: 0 calc(var(--gap) * -1);
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
border-left: 2px solid var(--primary);
|
border-inline-start: 2px solid var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content hr {
|
.post-content hr {
|
||||||
|
Loading…
Reference in New Issue
Block a user