diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-08 01:41:22 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-08 01:41:22 +0100 |
commit | 3ff1fefee575e178fcc9fcd202ae1147623a6ae4 (patch) | |
tree | a6f6ee4541a2da5d64eae35e77acc0d7a6017b40 | |
parent | d03aa0cf6d6470779004808a17f2cb23924e7b87 (diff) | |
download | website-3ff1fefee575e178fcc9fcd202ae1147623a6ae4.tar.xz |
style: only dropcap first p.sc
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | src/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index a629a5d..31904a5 100644 --- a/src/style.css +++ b/src/style.css @@ -89,7 +89,7 @@ header h1 { margin-top: -0.75rem; margin-bottom: 0.5rem; } -.entry > p:first-of-type:first-letter { +.entry > p.sc:first-of-type:first-letter { float: left; color: #903; font-size: 44px; @@ -100,7 +100,7 @@ header h1 { font-family: 'Fontin'; } @media (max-width: 767px) { - .entry > p:first-of-type:first-letter { + .entry > p.sc:first-of-type:first-letter { padding-top: 0.2rem; padding-right: 0.2rem; font-size: 2.5rem; |