diff options
-rw-r--r-- | src/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/style.css b/src/style.css index 1af67d9..6753c86 100644 --- a/src/style.css +++ b/src/style.css @@ -99,8 +99,8 @@ blockquote:before { content: open-quote; font-size: 5rem; position:absolute; - left: -0.4rem; - top: 1.5rem; + left: -0.1rem; + top: 1.7rem; line-height: 0.1em; color: #ccc; } @@ -108,8 +108,8 @@ blockquote:after { content: close-quote; font-size: 5rem; position:absolute; - right: -0.4rem; - bottom: -1.2rem; + right: -0.1rem; + bottom: -1.1rem; line-height: 0.1em; color: #ccc; } |