From 155aef806cd83d1ce20eb580b96e550686ffc8a2 Mon Sep 17 00:00:00 2001 From: Menci Date: Mon, 16 Jan 2017 20:09:25 +0800 Subject: [PATCH] Reduce margin of hitokoto section --- views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.ejs b/views/index.ejs index 358ce55..fd726ab 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -53,7 +53,7 @@ <% if (hitokoto) { %>

一言(ヒトコト)

-
<%= hitokoto.hitokoto %>
+
<%= hitokoto.hitokoto %>
<% if (hitokoto.source) { %>
——<%= hitokoto.source %>
<% } %>
<% } %>