Skip to content

Commit 84dc803

Browse files
committed
gmailを掲載
1 parent b66e51b commit 84dc803

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ <h3>Profile</h3>
4141
<li><a href="https://discordapp.com/users/1132212700819234836" target="_blank" rel="noopener noreferrer">
4242
<img src="https://cdn.jsdelivr.net/npm/[email protected]/icons/discord.svg" alt="Discord" width="40" height="40">
4343
</a></li>
44+
<li><a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">
45+
<img src="https://cdn.jsdelivr.net/npm/[email protected]/icons/gmail.svg" alt="Gmail" width="40" height="40">
46+
</a></li>
47+
</ul>
4448
</div>
4549

4650
<div class="bsky-rss">

style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ h1, h2, h3 {
2525
background-color: #1f1f1f;
2626
padding: 20px;
2727
border-radius: 12px;
28-
max-width: 400px;
28+
max-width: 500px;
2929
margin: 20px auto;
3030
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
3131
text-align: center;
@@ -47,7 +47,6 @@ h1, h2, h3 {
4747
display: inline-block;
4848
width: 50px;
4949
height: 50px;
50-
background-color: #1f1f1f; /* アイコン背景も暗く */
5150
border-radius: 50%;
5251
text-align: center;
5352
line-height: 45px;

0 commit comments

Comments
 (0)