From 6424a3d3e163af7dd1bb734a2e799ba5405b8ccc Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 19 Jun 2013 16:31:18 -0700 Subject: [PATCH] remove max-width on h1, seems unnecessary? --- app/assets/stylesheets/application/topic.css.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/assets/stylesheets/application/topic.css.scss b/app/assets/stylesheets/application/topic.css.scss index e5f3fd96034..82eef3b50c5 100644 --- a/app/assets/stylesheets/application/topic.css.scss +++ b/app/assets/stylesheets/application/topic.css.scss @@ -15,16 +15,7 @@ font-size: 22px; line-height: 28px; } - @include medium-width { - h1 { - max-width: 735px; - } - } - @include small-width { - h1 { - max-width: 690px; - } - } + .star { height: 40px; font-size: 20px !important;