From 8502cc9cb2696acc8fb6497d038ca6a865ffacf7 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 17 Apr 2015 17:04:55 +0800 Subject: [PATCH] Style --- assets/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 223898864..33bdbd40b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -48,7 +48,7 @@ .post-headline.-cheatsheet .prelude { color: #111; - font-size: 0.8em; + font-size: 0.85em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0; @@ -64,9 +64,20 @@ content: 'The great cheatsheet for'; } +@media (min-width: 769px) { + .post-headline.-cheatsheet .prelude { + max-width: 230px; + margin-left: auto; + margin-right: auto; + } + .post-headline.-cheatsheet .prelude span { + display: inline-block; + } +} + .post-headline.-cheatsheet h1 { color: #111; - font-size: 3.3em; + font-size: 3.5em; text-shadow: 2px 2px 0 white, 3px 3px 0 #ddd;