Fix indenting in home layout
This commit is contained in:
parent
c64b36eb5d
commit
63c6acf277
@ -37,23 +37,23 @@
|
|||||||
|
|
||||||
<div class="home">
|
<div class="home">
|
||||||
|
|
||||||
<div id="banner">
|
<div id="banner">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="small-12 columns">
|
<div class="small-12 columns">
|
||||||
<h1>Cooperative Technologists</h1>
|
<h1>Cooperative Technologists</h1>
|
||||||
<p>Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.</p>
|
<p>Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.</p>
|
||||||
<span>
|
<span>
|
||||||
<a id="video" data-open="video-modal"><i class="fi-play"></i>Watch video</a>
|
<a id="video" data-open="video-modal"><i class="fi-play"></i>Watch video</a>
|
||||||
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
||||||
</span>
|
</span>
|
||||||
<div class="reveal large" id="video-modal" data-reveal>
|
<div class="reveal large" id="video-modal" data-reveal>
|
||||||
<div class="flex-video widescreen">
|
<div class="flex-video widescreen">
|
||||||
<iframe width="420" height="315" src="https://player.vimeo.com/video/196080655" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
<iframe width="420" height="315" src="https://player.vimeo.com/video/196080655" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user