summaryrefslogtreecommitdiffstats
path: root/website/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/style.css')
-rw-r--r--website/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/website/style.css b/website/style.css
index f5e1644..1ac2c74 100644
--- a/website/style.css
+++ b/website/style.css
@@ -234,8 +234,13 @@ article footer {
article footer a {
color: #7c7c7c;
}
-
-article time {
+
+/* Day */
+div.day {
+ position: relative;
+}
+
+h2 time {
position: absolute;
top: 0;
left: -70px;
@@ -250,7 +255,7 @@ article time {
color: #aeaaa7;
font-weight: bold;
}
-article time span {
+h2 time span {
display: block;
font-size: 11.08px;
font-weight: normal;