mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-11 21:32:44 +02:00
refine blockquote & epigraph
This commit is contained in:
parent
d77a621536
commit
bb73762987
3 changed files with 14 additions and 15 deletions
assets/scss/vendor
4
assets/scss/vendor/tufte.scss
vendored
4
assets/scss/vendor/tufte.scss
vendored
|
@ -151,7 +151,7 @@ p {
|
|||
|
||||
/* Chapter Epigraphs */
|
||||
div.epigraph {
|
||||
margin: 5em 0;
|
||||
margin: 3em 0;
|
||||
}
|
||||
|
||||
div.epigraph > blockquote {
|
||||
|
@ -185,7 +185,7 @@ blockquote p {
|
|||
blockquote footer {
|
||||
width: 50%;
|
||||
font-size: 1.1rem;
|
||||
text-align: right;
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
ol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue