From 89acd6c50fddea2f6a544056b6dffe06bd69a97f Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Thu, 2 Sep 2021 21:36:06 +0800 Subject: [PATCH] jumbotron style --- layouts/partials/header.html | 3 +-- static/css/style.css | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ae12357..2a0cae3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,4 @@ -
+
{{ .Site.Params.title }}

{{ .Site.Params.signature }}

diff --git a/static/css/style.css b/static/css/style.css index 4949f2e..4b8cf53 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -18,6 +18,11 @@ p{ /* START - top cover part */ .jumbotron{ padding-top: 64px; + background-position: center; + background-size: cover; + min-height: 200px; + text-align: center; + margin-bottom: 30px; } .site-title{