Commit 42ba74d3 authored by santiago duque's avatar santiago duque

chapter hero now fading in

parent c1d89102
...@@ -7,7 +7,7 @@ $num = $page->chapter_number()->value(); ...@@ -7,7 +7,7 @@ $num = $page->chapter_number()->value();
$padded = str_pad($num, 2, '0', STR_PAD_LEFT); $padded = str_pad($num, 2, '0', STR_PAD_LEFT);
$filterId = 'rough' . $num; $filterId = 'rough' . $num;
?> ?>
<section class="chapter-hero"> <section class="chapter-hero reveal">
<div class="chapter-hero-bg" data-parallax="0.3"></div> <div class="chapter-hero-bg" data-parallax="0.3"></div>
<div class="chapter-hero-grain"></div> <div class="chapter-hero-grain"></div>
<div class="chapter-hero-content"> <div class="chapter-hero-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment