Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed May 21, 2024
1 parent 4d3a74a commit 0b2d498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layouts/partials/link.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<div class="sns-link">
<p>
<i class="fa-brands fa-bluesky"></i> <a href="https://bsky.app/profile/yui.syui.ai" target="_blank" class="bluesky-icon">yui.syui.ai</a>
<i class="fa-brands fa-bluesky"></i> <a href="https://bsky.app/profile/yui.syui.ai" target="_blank" class="bluesky-icon">@yui.syui.ai</a>
</p>
<p>
<span class="icon-git"></span> <a href="https://git.syui.ai/ai" target="_blank" class="bluesky-icon">@git.syui.ai:ai</a>
</p>
<p><i class="fab fa-mastodon"></i> <a rel="me" href="https://mstdn.syui.ai/@ai" target="_blank">@[email protected]</a>
</div>
4 changes: 4 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,10 @@ pre > code > span {
word-break: break-all;
}

span.icon-git {
font-size: 20px;
}

@media screen and (max-width:1000px) {
html {
font-size: 100%;
Expand Down

0 comments on commit 0b2d498

Please sign in to comment.