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 1a7773d commit 0ee8c44Copy full SHA for 0ee8c44
1 file changed
Sprint-3/slideshow/style.css
@@ -24,15 +24,14 @@ button {
24
cursor: pointer;
25
}
26
27
-<!-- for smartphone access -- > #slide {
28
- width: 90vw; /* change from fixed 300px */
29
- height: 60vw;
30
- object-fit: cover;
31
- border-radius: 10px;
32
-}
+/* for smartphone access */
+@media (max-width: 600px) {
+ #slide {
+ width: 90vw;
+ height: 60vw;
+ }
33
34
-button {
35
- padding: 12px 18px; /* slightly larger for touch targets */
36
- font-size: 1rem;
37
- cursor: pointer;
+ button {
+ padding: 12px 18px;
38
0 commit comments