Skip to content

Commit

Permalink
Text to the right. Refs #32
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jun 8, 2015
1 parent 09c1cf3 commit 302af5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/views/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

var windowHeight = $(window).height();
var headerHeight = $('header').height();
$(".slogan-home").css("margin-top", -windowHeight+headerHeight+70);
$(".slogan-home").css("margin-top", -windowHeight+headerHeight+100);


$('video,audio').mediaelementplayer({features: []});
Expand Down Expand Up @@ -130,7 +130,7 @@
});

$( ".slogan-home" ).animate({
marginTop: "-=70"
marginTop: "-=100"
}, 2000);
});

Expand Down
6 changes: 5 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -780,11 +780,15 @@ button[name=syncDone],
}

.mejs-container{
opacity: 0.8;
opacity: 0.7;
}

.mejs-container .mejs-controls { visibility:hidden !important; }

.slogan-home{
margin-left: 25%;
}

.slogan-home h1{
color: #FFFFFF;
font-size: 40px;
Expand Down

0 comments on commit 302af5d

Please sign in to comment.