diff --git a/src/app/layout.scss b/src/app/layout.scss index d37a1f9..9e41320 100644 --- a/src/app/layout.scss +++ b/src/app/layout.scss @@ -341,7 +341,15 @@ blockquote { margin: 0px; border-left: none; - .content-highlight-icon { + // .content-highlight-icon { + &:before { + content: ""; + width: 110px; + height: 112px; + position: absolute; + display: inline-block; + opacity: .5; + @each $category, $color in $categories { .#{$category} & { @@ -349,14 +357,9 @@ blockquote { border-top: 33px solid $color; } } - width: 110px; - height: 112px; - position: absolute; - display: inline-block; - opacity: .5; } - p.content-highlight-text { + p { margin-left: 60px; padding-top: 50px; } -- libgit2 0.21.2