summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
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;