From 1fb650f48213117fb3ad3eedc6c041d7269adf05 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 30 Jun 2017 18:23:20 -0400 Subject: Split up stylesheets for each layout --- app/assets/stylesheets/entries.scss | 57 ------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 app/assets/stylesheets/entries.scss (limited to 'app/assets/stylesheets/entries.scss') diff --git a/app/assets/stylesheets/entries.scss b/app/assets/stylesheets/entries.scss deleted file mode 100644 index 6833141..0000000 --- a/app/assets/stylesheets/entries.scss +++ /dev/null @@ -1,57 +0,0 @@ -// Place all the styles related to the Entries controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ - -#blog-post { - font-size: 16px; - line-height: 24px; - margin: 0 3em; - - h2 { - font-size: 45px; - line-height: 48px; - margin-top: .5em; - } - - h3 { - font-size: 37px; - line-height: 42px; - } - - h2, h3 { - font-family: 'Slabo 27px', serif; - margin-bottom: 0; - font-weight: normal; - } - - #blog-content { - hyphens: auto; - word-wrap: break-word; - font-family: 'Roboto', sans-serif; - text-align: justify; - - a { - text-decoration: none; - font-weight: bold; - - &, &:visited { - color: #ee2c2c; - } - - &:hover { - text-decoration: underline; - color: #9ea1ad; - } - } - - li { - & + li { - margin-top: 1em; - } - } - - img { - max-width: 100%; - } - } -} -- cgit 1.4.1