diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 2dddf39..6745be1 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -114,6 +114,7 @@ a { li { display: inline-block; + vertical-align: top; a { margin: 15px 10px; @@ -126,6 +127,13 @@ a { color: #f66; } } + + .subtitle { + color: #aaa; + font-size: 11px; + height: 0; + margin-top: -5px; + } } } } diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 8654399..34c0534 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -3,12 +3,29 @@ <%= link_to "", root_path, id: "logo" %>