commit a070e51f28e8e213e0d6316b76d5177b4b128b0a
parent fe7d12ac352af6e662d601c29a7a01bbbf035198
Author: Decay <decaydjk@tilde.town>
Date: Mon, 10 Feb 2020 17:44:47 +0000
Make the archives look a little nicer
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/template.lhtml b/src/template.lhtml
@@ -12,7 +12,7 @@
section#miniblog-left { float: left; width: 15%; }
section#miniblog-main { float: left; width: <%= (if (getf env :links) "65%" "80%") %>; }
nav#miniblog-nav { float: left; width: 20%; }
- table.calendar { float: left; }
+ table.calendar { padding: 10px; float: left; }
table.calendar td { width: 25%; }
@media screen and (max-width: 600px) {
section#miniblog-left { float: none; width: 100%; }