質問編集履歴
3
HTMLの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,6 +74,12 @@
|
|
74
74
|
|
75
75
|
|
76
76
|
|
77
|
+
●HTML
|
78
|
+
|
79
|
+
<figure class="wp-block-gallery columns-8 is-cropped fg-1"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https:1.jpg"><img src="https:1.jpg" alt="" data-id="361" data-full-url="https:1.jpg" data-link="https:" class="wp-image-361"/></a></figure></li>
|
80
|
+
|
81
|
+
<li class="blocks-gallery-item"><figure><a href="https:2.jpg"><img src="https:2.jpg" alt="" data-id="362" data-full-url="https:2.jpg" data-link="https:" class="wp-image-362"/></a></figure></li>
|
82
|
+
|
77
83
|
|
78
84
|
|
79
85
|
|
2
試したコードの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -112,6 +112,20 @@
|
|
112
112
|
|
113
113
|
}
|
114
114
|
|
115
|
+
@media all and (max-width:700px) {
|
116
|
+
|
117
|
+
.fg-1 {[?]}
|
118
|
+
|
119
|
+
}
|
120
|
+
|
121
|
+
※[?]部分で試したコード
|
122
|
+
|
123
|
+
width:calc(100%/3 - 30px);
|
124
|
+
|
125
|
+
width:calc((100% - 32px)/3);
|
126
|
+
|
127
|
+
%やpxの数字はいろいろ変えてみましたが、改善無しです。
|
128
|
+
|
115
129
|
|
116
130
|
|
117
131
|
|
1
余計な文章の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,12 +1,4 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
ここに質問の内容を詳しく書いてください。
|
6
|
-
|
7
|
-
(例)PHP(CakePHP)で●●なシステムを作っています。
|
8
|
-
|
9
|
-
■■な機能を実装中に以下のエラーメッセージが発生しました。
|
10
2
|
|
11
3
|
|
12
4
|
|