Skip to content

Commit

Permalink
[FIX] misspelling in class name (mountaih->mountain)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 9, 2016
1 parent 3bfb24a commit d93afda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.blue-mountaih-header {
.blue-mountain-header {
h2 {
font-size: 48px;
font-weight: 400;
Expand Down
8 changes: 4 additions & 4 deletions dev/templates/pages/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
<div id="c181" class="container ">
<div class="row">
<div class="col1 col-md-8 one-column-align-center">
<div class="blue-mountaih-header">
<div class="blue-mountain-header">
<div id="c183" class="text-center margin-top-50">
<h2>Lorem ipsum dolor sit amet markum</h2>
</div>
Expand Down Expand Up @@ -394,7 +394,7 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
<div id="c177" class="container ">
<div class="row">
<div class="col1 col-md-8 one-column-align-center">
<div class="blue-mountaih-header margin-top-50">
<div class="blue-mountain-header margin-top-50">
<div id="c178" class=" text-center">
<header>
<h2>Lorem ipsum dolor sit amet markum set</h2>
Expand Down Expand Up @@ -461,7 +461,7 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
<div id="c181" class="container ">
<div class="row">
<div class="col1 col-md-8 one-column-align-center">
<div class="blue-mountaih-header">
<div class="blue-mountain-header">
<div id="c183" class="text-center ">
<h2>Lorem ipsum dolor sit amet markum</h2>
</div>
Expand Down Expand Up @@ -647,7 +647,7 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
<div id="c182" class="container ">
<div class="row">
<div class="col1 col-md-7 col-md-offset-1">
<div class="blue-mountaih-header ">
<div class="blue-mountain-header ">
<div id="c183" class=" ">
<h2>Lorem ipsum dolor sit amet markum</h2>
</div>
Expand Down

0 comments on commit d93afda

Please sign in to comment.