diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 6359e9e..b5e5fa7 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -95,13 +95,9 @@ a.button:hover { padding: 5px 10px; } -#logo { -margin: 0 0 0 15px; -} - a.logo { float: right; -margin: 0; +margin: 0 0 0 20px; padding: 0; background-color: white; } @@ -114,7 +110,7 @@ background-color: white; .feed_title a { font-size: 1.6rem; - line-height: 1.6rem; + line-height: 1.95rem; } table { @@ -134,7 +130,7 @@ td { #feed td { font-size: 1.5rem; -line-height: 2rem; +line-height: 1.8rem; padding: 0 40px 30px 0; width: 120px; }