diff options
-rw-r--r-- | app/assets/stylesheets/pages/detail_page.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss index 9b28df1afc5..8c9c472d171 100644 --- a/app/assets/stylesheets/pages/detail_page.scss +++ b/app/assets/stylesheets/pages/detail_page.scss @@ -20,11 +20,10 @@ .detail-page-description { .title { - margin: 0 0 16px; + margin: 0; font-size: 2em; color: $gl-gray-dark; - padding: 0 0 0.3em; - border-bottom: 1px solid $white-dark; + padding: 0; } .description { |