Skip to content

Commit 0603ac5

Browse files
committed
padding adjustment
1 parent b08af5a commit 0603ac5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,6 @@ img {
772772
.article-content {
773773
display:block;
774774
font-weight: 300;
775-
padding: 0px 10px;
776775
}
777776
.article-content blockquote {
778777
display: block;
@@ -941,6 +940,9 @@ article-content img{
941940
.header-links li:last-child {
942941
margin-right:0
943942
}
943+
.article-content {
944+
padding: 0 10px !important;
945+
}
944946
}
945947

946948
.warp-post-embed{

0 commit comments

Comments
 (0)