Skip to content

Commit

Permalink
Make blob header link back to spdk.io
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Walker <[email protected]>
  • Loading branch information
Ben Walker committed Jun 27, 2016
1 parent a3899a4 commit d77bba6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/page-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="col-lg-12">
<div class="page-title">
<h1>{{ site.title }}</h1>
<h1><a href="{{ site.baseurl }}">{{ site.title }}</a></h1>
</ul>
</div>
</div>
Expand Down
9 changes: 8 additions & 1 deletion css/spdk.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ h6 {
font-weight: 900;
}



.lead {
font-size: 18px;
font-weight: 400;
Expand Down Expand Up @@ -182,12 +184,17 @@ p.copyright {
position: relative;
}

.page-title > h1 {
.page-title h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 4em;
}

.page-title a {
text-decoration: none;
color: inherit;
}

.post {
margin-bottom: 100px;
margin-top: 50px;
Expand Down

0 comments on commit d77bba6

Please sign in to comment.