Browse Source

Reduce margin of hitokoto section

pull/6/head
Menci 8 years ago
parent
commit
155aef806c
  1. 2
      views/index.ejs

2
views/index.ejs

@ -53,7 +53,7 @@
<% if (hitokoto) { %>
<h4 class="ui top attached block header">一言(ヒトコト)</h4>
<div class="ui bottom attached center aligned segment">
<div style="margin-top: 5px; font-size: 1em; line-height: 1.5em; "><%= hitokoto.hitokoto %></div>
<div style="font-size: 1em; line-height: 1.5em; "><%= hitokoto.hitokoto %></div>
<% if (hitokoto.source) { %><div style="text-align: right; margin-top: 15px; font-size: 0.9em; color: #666; ">——<%= hitokoto.source %></div><% } %>
</div>
<% } %>

Loading…
Cancel
Save