Skip to content

Commit

Permalink
Fix the <a> tag in matrix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimi-ya committed Dec 6, 2024
1 parent 12586f4 commit b7505e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,11 @@
/* Firefox */
-ms-overflow-style: none;
/* IE and Edge */
scroll-snap-type: x smooth; /* Changed from mandatory to smooth */
scroll-snap-type: x smooth;
/* Changed from mandatory to smooth */
scroll-behavior: smooth;
/* Other styles */
}
/* Other styles */
}
}

.rss-feed-container::-webkit-scrollbar {
Expand Down Expand Up @@ -293,7 +294,7 @@ <h2>## Social links and stuff</h2>
<li>Mastodon: <a rel="me" href="https://layer8.space/@nishimiya">@[email protected]</a></li>
<li>Soulseek: @nishi26</li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Matrix: <a href="https://matrix.to/#/#nishimiya:matrix.org" </a>nishimiya:matrix.org</li>
<li>Matrix: <a href="https://matrix.to/#/#nishimiya:matrix.org">nishimiya:matrix.org</a></li>
</ul>

<h2>## Projects</h2>
Expand Down

0 comments on commit b7505e3

Please sign in to comment.