From 5f292edafceb02f540d010158804c18271a71aaf Mon Sep 17 00:00:00 2001 From: yafeilee Date: Wed, 27 Apr 2016 12:48:13 +0800 Subject: [PATCH] Blog content css adjust --- app/assets/stylesheets/blogs.scss | 4 ---- app/assets/stylesheets/head.scss | 4 ++++ app/assets/stylesheets/markdown.scss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/blogs.scss b/app/assets/stylesheets/blogs.scss index 01e1332..69a5f55 100644 --- a/app/assets/stylesheets/blogs.scss +++ b/app/assets/stylesheets/blogs.scss @@ -47,10 +47,6 @@ border-bottom: 1px solid #DCDCDC; } -.recent-title { - margin-bottom: 1rem; -} - .recent-content { padding-bottom: 3rem; li { diff --git a/app/assets/stylesheets/head.scss b/app/assets/stylesheets/head.scss index 8cba481..5a381a5 100644 --- a/app/assets/stylesheets/head.scss +++ b/app/assets/stylesheets/head.scss @@ -14,6 +14,10 @@ button { outline: 0; } + + .title-bar-title { + margin-left: 0.5rem; + } } #offCanvas { diff --git a/app/assets/stylesheets/markdown.scss b/app/assets/stylesheets/markdown.scss index 818b736..b901625 100644 --- a/app/assets/stylesheets/markdown.scss +++ b/app/assets/stylesheets/markdown.scss @@ -11,7 +11,7 @@ @media screen and (max-width: 40em) { h1, h2, h3, h4, h5, h6 { - font-size: 1.2875rem; + font-size: 1.2rem; } }