Skip to content

Commit 36136e4

Browse files
committed
Adjust quote symbol padding down 4px
1 parent 3406b93 commit 36136e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/static/a/main-mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ ol.lower-latin {
347347
blockquote {
348348
background-color: rgba(128,128,128,0.15);
349349
background-image: url("/a/quote-symbol.png");
350-
background-position: 4px -4px;
350+
background-position: 4px 0px;
351351
background-repeat: no-repeat;
352352
border-radius: 6px;
353353
clear: both;

src/static/a/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ ol.lower-latin {
362362
blockquote {
363363
background-color: rgba(128,128,128,0.15);
364364
background-image: url("/a/quote-symbol.png");
365-
background-position: 4px -4px;
365+
background-position: 4px 0px;
366366
background-repeat: no-repeat;
367367
border-radius: 6px;
368368
clear: both;

0 commit comments

Comments
 (0)