diff --git a/static/img/banner.jpg b/static/img/banner.jpg new file mode 100644 index 0000000..c636617 Binary files /dev/null and b/static/img/banner.jpg differ diff --git a/themes/hugo-theme-flat/static/css/style.css b/themes/hugo-theme-flat/static/css/style.css index 9135f23..0a3e198 100644 --- a/themes/hugo-theme-flat/static/css/style.css +++ b/themes/hugo-theme-flat/static/css/style.css @@ -251,10 +251,12 @@ a.external:after { /* .header, .main-wrapper, .main { width: 100vw; } */ /* .header-wrapper, .footer { width: 100vw; } */ .header { - background-image: url("/img/banner.png"); + /*background-image: url("/img/banner.png");*/ + background-image: url("/img/banner.jpg"); background-size: cover; background-repeat: no-repeat; - background-position: center; + background-position-x: center ; + background-position-y: top ; } .header-wrapper, .footer { @@ -315,7 +317,7 @@ a.external:after { .header .site-title { text-decoration: none; font-family: var(--fonts-sans); - font-size: var(--font-size-6); + font-size: var(--font-size-3); font-weight: bold; }