Skip to content

Commit d7a9329

Browse files
committed
作品ページの一部のリンクに CSS が適用されないバグを修正
1 parent c7fb4ac commit d7a9329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/upsert_project_pages_by_data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
.box { width:auto; margin: 50px auto 30px; }
8989
.box h5 { text-align: left; }
9090
.box p { text-align: left; }
91-
.box a { color: #7e2639; }
9291
.contents {
9392
width: auto;
9493
margin: 0 auto;
9594
padding: 5px;
9695
}
96+
.main_content a { color: #7e2639; }
9797
.main_content{
9898
display: block;
9999
margin: 0 auto 12px;

0 commit comments

Comments
 (0)