diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-20 17:17:21 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-20 17:17:21 +0200 |
commit | 3e0a06445b130a68f9a2401b5d8b52e9283b92ec (patch) | |
tree | baf06cfe86bc7f83be276339cba480587c3d51e1 /src | |
parent | 26f838287a059e7642f10df9d5c0abd80fa3e490 (diff) | |
download | website-3e0a06445b130a68f9a2401b5d8b52e9283b92ec.tar.xz |
bupa: use fragment instead of html_body to get rid of document divs
Diffstat (limited to 'src')
-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 ff4f1d4..59fa759 100644 --- a/src/style.css +++ b/src/style.css @@ -69,7 +69,7 @@ header h1 { color: #505050; margin-bottom: -0.4rem; } -.entry div > p:first-of-type:first-letter { +.entry > p:first-of-type:first-letter { float: left; color: #903; font-size: 2.8rem; @@ -80,7 +80,7 @@ header h1 { font-family: 'Georgia'; } @media (max-width: 767px) { - .entry div > p:first-of-type:first-letter { + .entry > p:first-of-type:first-letter { padding-top: 0.3rem; padding-right: 0.2rem; font-size: 2.7rem; |