Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
syncing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Oct 5, 2015
1 parent 180cfbb commit 2f8c4bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions _sass/shared/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,48 +1,51 @@
footer {
width: 100%;
bottom: 0;
position: fixed;
z-index: -1;
background-color: #eee;
background-image: url('/images/animation/ferry_bg.png');
background-position: 0px 55px;
display: inline-block;
background-image:url('../images/ferry_bg.png');
background-position: center bottom;
background-repeat: repeat-x;
height: $footer-h;
.container {
color: #666;
margin: 0 auto;
padding-top: 40px;
padding: 40px 0;
max-width: 800px;
}

ul {
list-style-type: none;
padding: 0 0;
font-weight: 400;
text-align: center;
h6 {
font-weight: 600;
text-transform: uppercase;
}
li {
width: 100%;
height: 25px;
font-weight: 400;
display:inline;
padding:0 5px;
a {
color: $mz-gray;
}
}
}
.fa { padding-right:5px; }
}

@include media-query($on-ipad) {
footer {
position: relative;
height: $footer-h;
display: inline-block;
z-index: 0;
padding-bottom: $spacing-unit;
.container {
top: 5%;
height: 100%;
padding-top: 40px;
padding-left: 30px;
ul {
display: inline-block;
}
}
}
}

@include media-query($on-palm) {


}
Binary file added images/ferry_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f8c4bb

Please sign in to comment.