Skip to content

Commit

Permalink
update site brand location
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 10, 2017
1 parent b3f3d95 commit b268016
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions src/_includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class='container'>
<a class='site-brand' href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
</div>
2 changes: 0 additions & 2 deletions src/_includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<a class='navbar-brand' href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>

{% assign default_paths = site.pages | map: "path" %}
{% assign page_paths = site.header_pages | default: default_paths %}

Expand Down
6 changes: 3 additions & 3 deletions src/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

{% include header.html %}

<main class="container" aria-label="Content">
<main class="container">
<div class='row'>
<div class='col-sm-4'>
<div class='col-sm-3' aria-label='Navigation'>
{% include navigation.html %}
</div>
<div class='col-sm-8'>
<div class='col-sm-9' aria-label='Content'>
{{ content }}
</div>
</div>
Expand Down
7 changes: 7 additions & 0 deletions src/_sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ p {

$special-color: #304ffe;


.site-brand {
color: $special-color;
font-size: 1.5em;
font-weight: 300;
}

.nav-section {
font-weight: 300;
}
Expand Down

0 comments on commit b268016

Please sign in to comment.