From 0874b7995f7d72e8de6bceb0619169f162a5515e Mon Sep 17 00:00:00 2001 From: Jakub Filo Date: Sat, 1 Apr 2017 09:51:54 +0200 Subject: [PATCH] More ads, smaller titles for mobile screens --- layouts/shortcodes/ad.html | 10 ++++++++++ static/css/main.css | 17 +---------------- 2 files changed, 11 insertions(+), 16 deletions(-) create mode 100644 layouts/shortcodes/ad.html diff --git a/layouts/shortcodes/ad.html b/layouts/shortcodes/ad.html new file mode 100644 index 0000000..c6ce3b9 --- /dev/null +++ b/layouts/shortcodes/ad.html @@ -0,0 +1,10 @@ + + diff --git a/static/css/main.css b/static/css/main.css index c90d338..4adbfc2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -62,22 +62,6 @@ main { text-decoration: none; } -a.btn-header { - position: absolute; - top: 20px; - padding: 7px 16px; - background-color: rgba(0, 0, 0, 0.1); - color: rgba(255, 255, 255, 1.0); - text-decoration: none; - font-weight: 300; - font-size: 13px; - transition: color,background-color 0.1s linear; -} - -a.btn-header:hover { - background-color: rgba(255, 255, 255, 1.0); - color: rgba(0, 0, 0, 1.0); -} /* Footer */ @@ -178,6 +162,7 @@ blockquote { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif !important; + font-size: 32px; } article section img {