回答編集履歴

1

CSS編集

2021/08/17 03:40

投稿

tabuu
tabuu

スコア2456

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```CSS
8
8
 
9
- .abhomestay > div{
9
+ .abhomestay > div {
10
10
 
11
11
  width: 40%;
12
12
 
@@ -22,4 +22,18 @@
22
22
 
23
23
  }
24
24
 
25
+
26
+
27
+ @media (min-width: 0px) and (max-width: 480px) {
28
+
29
+ .abhomestay > div {
30
+
31
+ width: 99%;
32
+
33
+ padding: 1%;
34
+
35
+ }
36
+
37
+ }
38
+
25
39
  ```