We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26c517 commit 670108dCopy full SHA for 670108d
tasks/upsert_project_pages_by_data.rb
@@ -53,7 +53,7 @@
53
</div>
54
55
<div>
56
- <a href="#{project[:url]}" target="_blank" rel="noopener" class="button air">
+ <a href="#{project[:url]}" target="_blank" rel="noopener" class="button" style="margin-bottom: 50px;">
57
<i class="fas fa-scroll"></i>
58
作品を見る
59
</a>
@@ -89,8 +89,6 @@
89
.box h5 { text-align: left; }
90
.box p { text-align: left; }
91
a { color: #7e2639; }
92
- a.air { margin-bottom: 50px; }
93
- a.air { text-decoration: none; }
94
.contents{ width:auto; margin: 0 auto;padding:5px; }
95
.main_content{
96
display: block;
0 commit comments