changed hero styling

This commit is contained in:
Marat
2018-09-04 14:46:00 +03:00
parent f7b0ffbf95
commit 6ad2b063b5
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
<div class="hero-subheader{% if page.grid_navigation %} hero-subheader--before-out{% endif %}">
<div class="container">
<div class="row">
<div class="col-md-7 col-centered" style="float: none">
<div class="col-md-7 col-lg-12 col-centered" style="float: none">
<div class="align-container" data-mh>
<div class="align-inner text-centered">
{% if page.title %}
<h1 class="hero-subheader__title"> <img class="lunacy-logo" src="https://icons8.com/vue-static/landings/lunacy/logo_mark.png"/> {{ page.title }}</h1>
<h1 class="hero-subheader__title">{{ page.title }}</h1>
{% endif %}
{% if page.description %}
<p class="hero-subheader__desc">{{ page.description }}</p>
@@ -39,6 +39,7 @@
/* ----- Title ----- */
.hero-subheader__title {
margin-top: 0;
font-size: 64px;
}
/* ----- Title ----- */