Skip to content

Commit

Permalink
Minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tma02 committed May 4, 2016
1 parent d3e40c3 commit f5f8817
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
background: #272727;
padding: 0;
margin: 0;
height: 600px;
height: 464px;
overflow: hidden;
-webkit-user-select: none;
}
Expand All @@ -31,10 +31,17 @@
padding-top: 200px;
}
#control-bar {
background: #272727;
position: absolute;
z-index: 100;
top: 0;
padding-top: 16px;
color: #fff;
width: 100vw;
text-align: center;
box-shadow: 0 0 20px rgba(10, 10, 10, .85);
border-bottom: 1px solid #111;
height: 48px;
}
#control-bar i {
font-size: 30px;
Expand Down

0 comments on commit f5f8817

Please sign in to comment.