diff options
-rw-r--r-- | app/assets/stylesheets/pages/detail_page.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss index 9b28df1afc5..8f36bd3805d 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; - font-size: 2em; color: $gl-gray-dark; - padding: 0 0 0.3em; - border-bottom: 1px solid $white-dark; + font-size: 2em; + padding: 0; + margin: 0; } .description { |