Browse Source

Fix for blog header

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
d11e048e00
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      _layouts/blog.html

11
_layouts/blog.html

@ -2,15 +2,14 @@
layout: default
---
<div style="background-color: #3399d4;" class="full centered-text">
<div class="four spacing"></div>
<div class="section-title">
<div style="background-color: #3399d4;" class="full new">
<div class="section-title new">
<div class="row">
<div class="medium-10 medium-centered columns">
<h1 style="color: #fff;" class="wow slideInDown">Blog</h1>
<h1 style="color: #fff; font-size: 2rem;" class="wow slideInDown">Blog</h1>
</div>
<div class="header-quote">
<p style="color: #fff;" class="wow slideInUp">Latest updates on what we have been doing</p>
<p style="color: #fff; font-size: 2rem;" class="wow slideInUp">Latest updates on what we have been doing</p>
</div>
</div>
</div>
@ -18,7 +17,7 @@ layout: default
</div>
<div class="full">
<div class="full text">
<div class="row">
<div class="large-12 columns">
{{content}}

Loading…
Cancel
Save