summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/style.css b/src/style.css
index ad71adc..1784d6f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -48,30 +48,30 @@ header h1 {
margin: 0;
}
-.post, .botborder {
+.entry, .botborder {
margin-bottom: 1rem;
border-bottom: 0.15rem;
border-bottom-style: dotted;
border-bottom-color: #bbb;
}
-.post {
+.entry {
color: #222;
}
-.post .title {
+.entry .title {
font-size: 1.4rem;
- margin-top: 0;
+ margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
-.post .info {
+.entry .info {
font-size: 0.9rem;
color: #505050;
margin-bottom: -0.4rem;
}
-.post > p:first-of-type:first-letter {
+.entry div > p:first-of-type:first-letter {
float: left;
color: #903;
- font-size: 3rem;
+ font-size: 2.8rem;
line-height: 2rem;
padding-top: 0.4rem;
padding-right: 0.4rem;
@@ -79,24 +79,24 @@ header h1 {
font-family: 'Georgia';
}
@media (max-width: 767px) {
- .post > p:first-of-type:first-letter {
+ .entry div > p:first-of-type:first-letter {
padding-top: 0.3rem;
padding-right: 0.2rem;
font-size: 2.7rem;
}
}
-#about {
+#index, #about {
padding-bottom: 0.5rem;
color: #222;
}
-#about p#last-upd {
+p#last-upd {
font-size: 14px;
text-align: right;
margin: 0;
}
-#about p#author {
+p#author {
font-size: 14px;
text-align: right;
margin: 0;