From ac4e289358335aa3bc6897e1c90b64f685496e1a Mon Sep 17 00:00:00 2001 From: Yurizal Susanto Date: Mon, 2 Apr 2018 22:48:56 +0700 Subject: Make space around title bigger --- layouts/partials/footer.html | 2 +- static/css/ui.css | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5af4bec..9d30731 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,7 +15,7 @@ {{ end }}

{{ if ne .Kind "home" }} - + To Up {{ T "toUp" }} diff --git a/static/css/ui.css b/static/css/ui.css index 80e9cde..74a8780 100644 --- a/static/css/ui.css +++ b/static/css/ui.css @@ -304,6 +304,11 @@ ul, ol { margin-bottom: 2.5rem; } +#brand { + margin-top: 1rem; + margin-bottom: 1.2rem; +} + /* #Utilities –––––––––––––––––––––––––––––––––––––––––––––––––– */ .u-header { @@ -355,11 +360,11 @@ img { .no-print { display: none; } - + pre > code { white-space: pre-wrap; } - + img { display: block; width: 80%; -- cgit v1.2.3