New header image style

This commit is contained in:
Keichi Takahashi 2015-02-04 00:14:48 +09:00
parent a79c1b8183
commit 052e93c752
3 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</head>
<body>
<header class="global-header">
<img class="header-img" src="{{ .Site.BaseUrl }}/images/bg.jpg" alt="">
<div class="header-img"></div>
<section class="header-text">
<h1><a href="{{ .Site.BaseUrl }}">{{ .Site.Title }}</a></h1>
{{ if isset .Site.Params "bio" }}

View File

@ -12,6 +12,8 @@ main {
.header-img {
width: 100%;
height: 100%;
background-image: url(/images/bg.jpg);
background-size: cover;
}
.header-text {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 343 KiB