diff --git a/assets/css/app.scss b/assets/css/app.scss index 74fe059..0247b78 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -916,8 +916,14 @@ section[role="main-content"]{ // } } } + $bq_padd: 2em; blockquote{ - padding: 0 1em; + padding: 0 $bq_padd; + margin: $base-line/2 0; + line-height: $base-line; + p{ + margin: 0; + } } ul, ol{ padding: 0 0 0 2em; @@ -976,6 +982,13 @@ section[role="main-content"]{ // border-right: 1px solid $bleuroilight; // text-indent: $pagenum_w * 2.5; } + + } + blockquote span[role="pageNum"]{ + margin-right: - $pagenum_w * 1.5 - $bq_padd; + // &:before{ + // right: -$bq_padd; + // } } a.text-item-link{ @@ -1009,13 +1022,6 @@ section[role="main-content"]{ line-height: $base-line; margin-bottom: $base-line/2; } - blockquote{ - margin: $base-line/2 1em; - line-height: $base-line; - p{ - margin: 0; - } - } } &.entities-hidden{