Lots of minor fixes

This commit is contained in:
Robin Linus 2016-05-04 23:13:07 -06:00
parent bb81b6f2e4
commit d8dcbfcb0f
21 changed files with 332 additions and 60 deletions

View file

@ -25,7 +25,7 @@
paper-progress {
width: 100%;
z-index: 1;
z-index: 10000;
position: absolute;
top: 0;
}

View file

@ -13,3 +13,30 @@ body {
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
#ads,
#ads2 {
display: none;
}
@media screen and (min-width: 520px) {
#ads {
display: block;
position: absolute;
top: 8px;
left: 50%;
margin-left: -150px;
}
}
@media screen and (min-width: 720px) {
#ads{
display: none;
}
#ads2 {
display: block;
position: absolute;
bottom: 4px;
left: 4px;
}
}