mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-18 00:54:24 -04:00
blockquote : move to toc
This commit is contained in:
parent
3231d00da4
commit
ac4ed69368
2 changed files with 6 additions and 6 deletions
|
@ -64,4 +64,10 @@
|
|||
.toc .details {
|
||||
display: inline;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.toc blockquote {
|
||||
border-left: 2px solid;
|
||||
margin: 20px;
|
||||
padding: 10px 40px;
|
||||
}
|
|
@ -109,12 +109,6 @@ img {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid;
|
||||
margin: 20px;
|
||||
padding: 10px 40px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue