Skip to content

Commit

Permalink
Intro page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradeckert committed May 9, 2014
1 parent cf565c0 commit 9321594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions posterize.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ a {
}

.intro{
position:absolute;
width:100%;
height:100%;
top: 0;
Expand Down
4 changes: 3 additions & 1 deletion posterize.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<!-- INTRO PAGE -->
<template name="intro">
<a href="{{pathFor 'camera'}}">
<div class="intro"><img src="/assets/posterize_big.png"/></div>
<div class="intro">
<img src="/assets/posterize_big.png"/>
</div>
</a>
</template>

Expand Down

0 comments on commit 9321594

Please sign in to comment.