# HG changeset patch # User nanaya # Date 1486887658 -32400 # Node ID e3067b426b709f8f6d7b08d79885fa5e5cfda2d2 # Parent 32c8c150cd80b621a7ebf8eb0da75949773ac5b0 Improved style diff -r 32c8c150cd80 -r e3067b426b70 app/views/tweets/index.html.erb --- a/app/views/tweets/index.html.erb Sun Feb 12 16:59:32 2017 +0900 +++ b/app/views/tweets/index.html.erb Sun Feb 12 17:20:58 2017 +0900 @@ -35,20 +35,28 @@ } .main__footer { - padding-bottom: 10px; + padding: 5px 0; + border-top: 1px solid #000; } .twitter-form { - width: 100%; - display: flex; - align-items: center; + text-align: center; + background-color: #eee; + border: 1px solid #ccc; + padding: 10px; } .twitter-form__input { - flex: 1; + width: 100%; margin-right: 5px; font-family: "Courier New", monospace; font-size: 16px; + padding: 5px; + } + + .twitter-form__button { + margin-top: 10px; + padding: 5px 30px; } @@ -61,21 +69,20 @@ Not that it matters because either way it works with any RSS readers.

-
+ -