Skip to content

Commit 9086f86

Browse files
committed
Site update
1 parent a9c299f commit 9086f86

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ header {
137137
/* Features */
138138
.features {
139139
display: grid;
140-
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
140+
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
141141
gap: 24px;
142142
margin-bottom: 80px;
143143
}
144144

145145
.feature-card {
146146
background-color: var(--card-bg);
147147
border: 1px solid var(--border-color);
148-
padding: 32px;
148+
padding: 28px;
149149
border-radius: 12px;
150150
transition: transform 0.2s;
151151
}
@@ -253,7 +253,7 @@ footer a {
253253
}
254254

255255
footer a:hover {
256-
color: var(--accent-color);
256+
color: #eeeeee;
257257
}
258258

259259
/* Mobile */

ja/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2 id="success-filename">book.txt</h2>
143143

144144
<footer>
145145
<div class="container">
146-
<p>&copy; SPACESODA / ANTHONYC<br>Released under the MIT License.</p>
146+
<p>&copy; <a href="https://github.com/SPACESODA" target="_blank" rel="noopener">SPACESODA</a> / <a href="https://github.com/realanthonyc" target="_blank" rel="noopener">ANTHONYC</a><br>Released under the MIT License.</p>
147147
<p class="footer-github"><a href="https://github.com/SPACESODA/epub2txt" target="_blank" rel="noopener">★ GitHubでスターしてね</a></p>
148148
</div>
149149
</footer>

zh/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2 id="success-filename">book.txt</h2>
143143

144144
<footer>
145145
<div class="container">
146-
<p>&copy; SPACESODA / ANTHONYC<br>Released under the MIT License.</p>
146+
<p>&copy; <a href="https://github.com/SPACESODA" target="_blank" rel="noopener">SPACESODA</a> / <a href="https://github.com/realanthonyc" target="_blank" rel="noopener">ANTHONYC</a><br>Released under the MIT License.</p>
147147
<p class="footer-github"><a href="https://github.com/SPACESODA/epub2txt" target="_blank" rel="noopener">★ 在 GitHub 給個星吧</a></p>
148148
</div>
149149
</footer>

0 commit comments

Comments
 (0)