Merge branch 'master' into gh-pages

This commit is contained in:
squirelo
2014-10-03 10:56:23 +02:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ Left column
color: #fff;
font-weight: 700;
font-size: 36px;
padding: 24px 0 0 24px;
margin: 48px;
border: 2px solid white;
text-align: center;
}
.full-image {
display: block;
+1 -1
View File
@@ -1,4 +1,4 @@
/* resize .full-image class when the windows height change */
$(document).ready(function() {
$('.full-image').css({'height':(($(window).height()))+'px'});