We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eeab28 commit 45712ceCopy full SHA for 45712ce
css/timer.css
@@ -227,10 +227,6 @@ footer {
227
width: 95%!important;
228
}
229
230
-#aboutDialog {
231
- width: 30%!important;
232
-}
233
-
234
#imgClap{
235
margin-top: -8px;
236
width: 36px;
@@ -265,4 +261,15 @@ footer {
265
261
266
262
#customMax {
267
263
background: #e53935;
268
264
+}
+
+#bodyAbout {
+ overflow-y: auto;
+ overflow-x: hidden;
269
270
271
+@media screen and (min-width: 700px) {
272
+ #aboutDialog {
273
+ width: 30%!important;
274
+ }
275
0 commit comments