aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-02-01 19:47:22 -0800
committerZhiming Wang <zmwangx@gmail.com>2016-02-01 19:47:22 -0800
commit9769f493dfcec4af92927cbc21ef8f648e267676 (patch)
treef03ef680eb6ac38e682c2be8fed929586f3a7f81 /source/css
parent417dffcac6db06c01fb65335319776579115e212 (diff)
downloadmy_new_personal_website-9769f493dfcec4af92927cbc21ef8f648e267676.tar.xz
my_new_personal_website-9769f493dfcec4af92927cbc21ef8f648e267676.zip
source/css/theme-ultranarrow.css: Adjust index horizontal spacing
Horizontal space is valuable on mobile. Reduce formatting whitespace.
Diffstat (limited to 'source/css')
-rw-r--r--source/css/theme-ultranarrow.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/css/theme-ultranarrow.css b/source/css/theme-ultranarrow.css
index a3ecce7c..859af383 100644
--- a/source/css/theme-ultranarrow.css
+++ b/source/css/theme-ultranarrow.css
@@ -1,3 +1,11 @@
.content, .content-separator, .footer {
width: 90%;
}
+
+.blog-index-yearly-index {
+ margin-left: 0;
+}
+
+.blog-index-post-date {
+ width: 4em;
+}