changeset 119:18f1c5f989bb

Forgot the footer margin
author nanaya <me@myconan.net>
date Sun, 12 Feb 2017 17:27:17 +0900
parents dc67a2f34fb7
children 5a61d2a3a5c6
files app/views/tweets/index.html.erb
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/tweets/index.html.erb	Sun Feb 12 17:22:23 2017 +0900
+++ b/app/views/tweets/index.html.erb	Sun Feb 12 17:27:17 2017 +0900
@@ -37,6 +37,7 @@
     .main__footer {
       padding: 5px 0;
       border-top: 1px solid #000;
+      margin-top: 10px;
     }
 
     .twitter-form {