aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index ef99639..5597f30 100644
--- a/static/style.css
+++ b/static/style.css
@@ -54,7 +54,11 @@ ul.article-list li div {
54 54
55ul.article-list time { 55ul.article-list time {
56 display: inline-block; 56 display: inline-block;
57 min-width: 160px; 57 min-width: 150px;
58}
59
60ul.project-list li {
61 margin-bottom: 5px;
58} 62}
59 63
60article .info { 64article .info {