Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed Oct 3, 2024
1 parent 7015592 commit c7944ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div class="footer-qr">
<a href="/"><span class="footer-link"><img src="/qr.svg"></span></a>
</div>
<div class="footer-link">
<span class="footer-link"><a href="https://bsky.app/profile/yui.syui.ai" target="_blank"><i class="fab fa-bluesky"></i></a></span>
<span class="footer-link"><a href="https://card.syui.ai/ai" target="_blank"><span class="icon-ai"></span></a></span>
Expand Down
9 changes: 9 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@ pre > code > span {
.sns-message p {
padding: 10px ;
}

.sns-message img {
background-color:#fff;
width:80px;
Expand All @@ -1363,3 +1364,11 @@ pre > code > span {
margin: 30px;
float: left;
}

.footer-qr {
text-align:center;
margin: 100px 0 100px 0;
}
span.footer-link img {
width: 200px;
}
Loading

0 comments on commit c7944ed

Please sign in to comment.