Skip to content

Commit

Permalink
Update timer.css
Browse files Browse the repository at this point in the history
added media query for long screens and improved ui for about us
  • Loading branch information
FANMixco authored Mar 14, 2019
1 parent 3eeab28 commit 45712ce
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions css/timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ footer {
width: 95%!important;
}

#aboutDialog {
width: 30%!important;
}

#imgClap{
margin-top: -8px;
width: 36px;
Expand Down Expand Up @@ -265,4 +261,15 @@ footer {

#customMax {
background: #e53935;
}
}

#bodyAbout {
overflow-y: auto;
overflow-x: hidden;
}

@media screen and (min-width: 700px) {
#aboutDialog {
width: 30%!important;
}
}

0 comments on commit 45712ce

Please sign in to comment.