Skip to content

Commit

Permalink
less big
Browse files Browse the repository at this point in the history
  • Loading branch information
ehzhang committed Aug 3, 2014
1 parent bc422c7 commit 15f570d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html,
body {
font: 1em "Montserrat", Helvetica, Arial, sans-serif;
text-align: center;
height: 100%;
max-height: 100%;
width: 100%;
padding: 0;
margin: 0;
Expand All @@ -13,7 +13,7 @@ section {
}

section#splash {
min-height: 100%;
max-height: 100%;
background: #1f1f1f;
padding-top: 80px;
color: white;
Expand Down
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script>
$(document).ready(function(){
$('div').addClass('animated fadeIn');
$('img').addClass('animated fadeInUpBig');
$('img').addClass('animated fadeInUp');
})
</script>
</head>
Expand Down

0 comments on commit 15f570d

Please sign in to comment.