Skip to content

Commit 670108d

Browse files
committed
Remove no-longer using '.air' class in CSS
1 parent b26c517 commit 670108d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/upsert_project_pages_by_data.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</div>
5454
5555
<div>
56-
<a href="#{project[:url]}" target="_blank" rel="noopener" class="button air">
56+
<a href="#{project[:url]}" target="_blank" rel="noopener" class="button" style="margin-bottom: 50px;">
5757
<i class="fas fa-scroll"></i>
5858
作品を見る
5959
</a>
@@ -89,8 +89,6 @@
8989
.box h5 { text-align: left; }
9090
.box p { text-align: left; }
9191
a { color: #7e2639; }
92-
a.air { margin-bottom: 50px; }
93-
a.air { text-decoration: none; }
9492
.contents{ width:auto; margin: 0 auto;padding:5px; }
9593
.main_content{
9694
display: block;

0 commit comments

Comments
 (0)