質問編集履歴

1

CSS に誤りがあったため修正しました。

2018/06/10 09:53

投稿

rieley
rieley

スコア6

test CHANGED
File without changes
test CHANGED
@@ -146,7 +146,7 @@
146
146
 
147
147
  font-size: 0; }
148
148
 
149
- .blog .article {
149
+ .blog .article_box {
150
150
 
151
151
  float: left;
152
152
 
@@ -164,7 +164,7 @@
164
164
 
165
165
  background-size: cover; }
166
166
 
167
- .blog .article .text {
167
+ .blog .article_box .text {
168
168
 
169
169
  margin: 20px; }
170
170
 
@@ -172,7 +172,7 @@
172
172
 
173
173
  font-size: 48px; }
174
174
 
175
- .blog .article:first-of-type, .blog .article:nth-of-type(5n) {
175
+ .blog .article_box:first-of-type, .blog .article_box:nth-of-type(5n) {
176
176
 
177
177
  height: 600px; }
178
178