回答編集履歴

1

読みやすく修正。

2017/01/05 18:28

投稿

kei344
kei344

スコア69407

test CHANGED
@@ -1,6 +1,32 @@
1
- [view-source:http://ikedamikiyo.com/wp-content/themes/xeory_extension/style.css](view-source:http://ikedamikiyo.com/wp-content/themes/xeory_extension/style.css)
1
+ [http://ikedamikiyo.com/wp-content/themes/xeory_extension/style.css](http://ikedamikiyo.com/wp-content/themes/xeory_extension/style.css)
2
2
 
3
3
  ```CSS
4
+
5
+ @media screen and (max-width: 768px) {
6
+
7
+ /* phone */
8
+
9
+ .post-title {
10
+
11
+ font-size: 21px;
12
+
13
+ margin-bottom: 20px;
14
+
15
+ }
16
+
17
+
18
+
19
+ body.home .wrap,
20
+
21
+ .wrap {
22
+
23
+ /*margin: 0 12px;*/
24
+
25
+ margin: 0 auto;
26
+
27
+ }
28
+
29
+
4
30
 
5
31
  table,
6
32
 
@@ -14,4 +40,8 @@
14
40
 
15
41
  }
16
42
 
43
+ /* 省略 */
44
+
45
+ }
46
+
17
47
  ```