Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
suxun1202 committed Nov 8, 2017
1 parent 56319b2 commit 5cb3e2f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions song.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,21 +311,30 @@
color: hsla(0, 0%, 100%, .6);
line-height: 1.5;
}

/* .lyric{
flex-grow: 1;
}
.page{
display: flex;
flex-direction: column;
}
.footer-wrap{
margin-bottom: 20px;
} */
/* .lyricScroll p.pure {
color: hsla(0, 0%, 100%, .6);
text-align: center;
line-height: 1;
padding-top: 18px;
} */

.footer-wrap {
.footer-wrap {
position: absolute;
left: 0;
right: 0;
bottom: 20px;
z-index: 10;
}
}


@media screen and (min-width:360px) {
Expand Down

0 comments on commit 5cb3e2f

Please sign in to comment.