We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04e0e3 commit 61d4cf2Copy full SHA for 61d4cf2
projects/simple-stopwatch/style.css
@@ -54,3 +54,24 @@ button[disabled] {
54
opacity: 0.5;
55
cursor: default;
56
}
57
+
58
+/* add media query */
59
60
+@media (max-width: 800px) {
61
+ #timer {
62
+ font-size: 4rem;
63
+ width: 350px;
64
+ }
65
66
+ button {
67
+ font-size: 1.5rem;
68
+ padding: 1rem 2rem;
69
70
71
+}
72
73
74
75
76
+/* add media query for tablet size */
77
0 commit comments