Skip to content

Commit

Permalink
Add Pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiesing committed Aug 4, 2015
1 parent 90d605e commit 4c67e82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@
}
main {
flex: 1 0 auto;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQ0lEQVQYV2OUl5eXfPjw4XMGPACkhhEkj08xTA6sEJdiZAPgCtEVo9uCohCmGESju5s8hcjW4bQam88xPENU8BAb4ACbDED3c3u/mwAAAABJRU5ErkJggg==)repeat;
}
header, main, footer {
padding-left: 240px;
}

footer.page-footer{
margin-top:0px;
padding-top:0px;
}
@media only screen and (max-width : 992px) {
header, main, footer {
padding-left: 0;
Expand Down Expand Up @@ -58,7 +62,6 @@
margin-right:.8rem;
margin-left:1.2rem;
}

.twitter-blue {
background-color:#55acee !important
}
Expand Down Expand Up @@ -194,7 +197,7 @@ <h5 class="header col s12 purple-text text-darken-4">Unique Radio. 24/7.</h5>
</div>
</div>

<div class="fixed-action-btn" style="bottom:42px;right:24px;">
<div class="fixed-action-btn" style="bottom:22px;right:24px;">
<a href='#player' id='playbutton' class="btn-floating btn-large modal-trigger waves-effect waves-circle amber darken-3">
<i class="large material-icons" title="Listen Now">play_arrow</i>
</a>
Expand Down

0 comments on commit 4c67e82

Please sign in to comment.