From ba7df144d4c1f30c2b7f2916afa2a1b1604e49ee Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Fri, 12 Dec 2014 16:49:15 +0100 Subject: [PATCH] fix top margin --- app/assets/stylesheets/scss/entry.scss | 4 ++++ app/views/static/about.html.haml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/scss/entry.scss b/app/assets/stylesheets/scss/entry.scss index 964e2980..4d145256 100644 --- a/app/assets/stylesheets/scss/entry.scss +++ b/app/assets/stylesheets/scss/entry.scss @@ -8,4 +8,8 @@ .entry-text { margin-bottom: 0px; +} + +.entry-about { + margin-top: 0px; } \ No newline at end of file diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml index e1be8e3b..54206a8d 100644 --- a/app/views/static/about.html.haml +++ b/app/views/static/about.html.haml @@ -21,14 +21,14 @@ %a= show_user_profile_path('nilsding'.screen_name) %img.img-rounded.answerbox--img{src: gravatar_url('nilsding')} .media-body - %h4.entry-text nilsding + %h4.entry-text.entry-about nilsding %h6.entry-subtext Backend, Server & Code .media .pull-left %a= show_user_profile_path('pixeldesu'.screen_name) %img.img-rounded.answerbox--img{src: gravatar_url('pixeldesu')} .media-body - %h4.entry-text pixeldesu + %h4.entry-text.entry-about pixeldesu %h6.entry-subtext Frontend Design & Layout .panel.panel-default .panel-body