Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 9a698f6bd6 - Show all commits

View File

@ -254,6 +254,7 @@ button i {
} }
footer{ footer{
display: none;
width: 100%; width: 100%;
height: 50px; height: 50px;
position: fixed; position: fixed;
@ -408,3 +409,6 @@ span.neg{
span.pos{ span.pos{
color: #20ce45; color: #20ce45;
} }
body.mobile footer{
display: block;
}