From d1bf0b5d0c95dce7bf32b0b66be4d637b3e6b8b7 Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Thu, 2 Sep 2021 11:43:12 +0800 Subject: [PATCH] cover style added --- layouts/partials/header.html | 4 ++-- static/css/style.css | 18 ++++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 01b186d..ae12357 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@
-

{{ .Site.Params.title }}

-

{{ .Site.Params.signature }}

+
{{ .Site.Params.title }}
+

{{ .Site.Params.signature }}

\ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 5288793..15e9ee9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,12 +14,26 @@ p{ margin-top: 0; } +/* START - top cover part */ .jumbotron{ padding-top: 64px; - padding-bottom: 64px; - margin-bottom: 32px; } +.site-title{ + color: rgb(108, 117, 125); + font-size: 56px; + font-weight: 300; + margin-bottom: 20px; +} + +.signature{ + color: rgb(0, 0, 0, 0.5); + font-size: 20px; + font-weight: 300; +} + +/* END - top cover part */ + .page{ max-width: 1150px; margin: auto;