Skip to content

Commit

Permalink
Fix #113 All page have same title size
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Dec 9, 2018
1 parent 9eae038 commit de0abfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/home.html
Expand Up @@ -6,7 +6,7 @@
{% if site.theme_settings.header_text %}
<div id="main" class="call-out"
style="background-image: url('{{ site.baseurl }}/{{ site.theme_settings.header_feature_image }}')">
{{ site.theme_settings.header_text }}
<h1> {{ site.theme_settings.header_text }} </h1>
</div>
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion _sass/layouts/_index.scss
Expand Up @@ -20,7 +20,7 @@
}

@media screen and (max-width: $sm-break) {
background-size: 500% auto;
background-size: 400% auto;
}

//For white images
Expand Down

0 comments on commit de0abfe

Please sign in to comment.