Skip to content

Commit 45712ce

Browse files
authored
Update timer.css
added media query for long screens and improved ui for about us
1 parent 3eeab28 commit 45712ce

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

css/timer.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@ footer {
227227
width: 95%!important;
228228
}
229229

230-
#aboutDialog {
231-
width: 30%!important;
232-
}
233-
234230
#imgClap{
235231
margin-top: -8px;
236232
width: 36px;
@@ -265,4 +261,15 @@ footer {
265261

266262
#customMax {
267263
background: #e53935;
268-
}
264+
}
265+
266+
#bodyAbout {
267+
overflow-y: auto;
268+
overflow-x: hidden;
269+
}
270+
271+
@media screen and (min-width: 700px) {
272+
#aboutDialog {
273+
width: 30%!important;
274+
}
275+
}

0 commit comments

Comments
 (0)