Skip to content

Commit

Permalink
updata css
Browse files Browse the repository at this point in the history
  • Loading branch information
junr-he committed Apr 18, 2016
1 parent c972b1f commit 1821e9d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions css/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/base.min.1.0.0.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/base.min.1.0.0.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $(function(){
framerate: 80,

width: 160,
height: 160,
height: 180,

colorSpeedFactor: 0.4,
morphSpeedFactor: 0.4,
Expand Down
4 changes: 2 additions & 2 deletions sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ body,html{
}
.logo-bg {
width: 320px;
height: 160px;
height: 180px;
position: absolute;
top: 20px;
margin-left: -4.8em;
z-index: 1;
}
.J-logo .logo-bg {
width: 160px;
height: 160px;
height: 180px;
left: 50%;
margin-left: -80px;
}
Expand Down

0 comments on commit 1821e9d

Please sign in to comment.