Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2020-04-23 17:14:37 +0300
committerHauke Stieler <mail@hauke-stieler.de>2020-04-23 17:14:37 +0300
commit1f6388c5cc5914bc7eb8060af3a81ab2e742f7a8 (patch)
treeb6f5b5a6cdfa5ae7c8c7fa13fec364e2bd024eb1
parentf45a18e39c82d3f7d62bbf4034718226b34c38fe (diff)
Center title image
-rw-r--r--static/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index e7debbe..498a445 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -7,6 +7,7 @@ main {
.global-header {
background-size: cover;
+ background-position-x: center;
min-height: 350px;
}