mirror of
https://github.com/icons8/lunacy-docs.git
synced 2026-09-26 01:10:40 -04:00
changed hero styling
This commit is contained in:
@@ -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 ----- */
|
||||
|
||||
Reference in New Issue
Block a user