Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis-Mayk committed Jul 31, 2016
1 parent 387314f commit ceb9fe3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 9 additions & 3 deletions assets/css/style.css
Expand Up @@ -88,7 +88,7 @@ header #nav li {
}
header #nav li a {
display: block;
color: #868696;
color: #7b8993;
font-size: 18px;
padding: 10px 25px;
border: 2px solid transparent;
Expand All @@ -115,16 +115,22 @@ header:after {
header .banner {
margin: 30px auto
}
header .banner img {
max-width: 150px;
height: auto;
margin: 0 auto;
margin-bottom: 0.8em;
}
header .banner h1 {
color: #3A4145;
font-size: 4.85em;
margin-bottom: 1em
margin-bottom: 0.8em
}
header .banner h1 a {
color: #3A4145;
}
header .banner h2 {
color: #868696;
color: #7b8993;
font-size: 1.5em;
font-style: italic;
font-weight: 300;
Expand Down
4 changes: 4 additions & 0 deletions index.hbs
Expand Up @@ -4,7 +4,11 @@
{{navigation}}

<section class="banner" role="banner">
{{#if @blog.logo}}
<img src="{{@blog.logo}}" alt="Blog Logo">
{{else}}
<h1><a href="{{@blog.url}}">{{@blog.title}}</a></h1>
{{/if}}
<h2>{{@blog.description}}</h2>
</section>
</header>
Expand Down

0 comments on commit ceb9fe3

Please sign in to comment.