diff --git a/app/assets/stylesheets/asciicasts.css.scss b/app/assets/stylesheets/asciicasts.css.scss index 9ff1e7e..309d7fd 100644 --- a/app/assets/stylesheets/asciicasts.css.scss +++ b/app/assets/stylesheets/asciicasts.css.scss @@ -26,10 +26,6 @@ .player { margin-bottom: 40px; } - - .description { - font-style: italic; - } } .asciicast-preview { @@ -39,4 +35,8 @@ font-size: 14px; font-weight: normal; } + + .description { + font-style: italic; + } }