Skip to content

Commit

Permalink
Update Gemfile and GitHub Actions workflow for Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
fundwotsai2001 committed Jul 26, 2024
1 parent 2b706a5 commit 9e10ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ I used to practice piano and violin, but now I just play music for fun~
<iframe src="https://www.youtube.com/embed/Sjv2bAbLLL8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
\
I also played in a band before. I am the vocalist in the first song and keyboardist in the third.
I also played in a band as a singer.
<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/z9Ntn-NwxBo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
.iframe-container iframe {
width: 400px; /* 設置為所需顯示大小的2倍 */
height: 225px; /* 設置為所需顯示大小的2倍 */
transform: scale(0.5); /* 按需縮放 */
transform: scale(1.0); /* 按需縮放 */
transform-origin: 0 0;
}

0 comments on commit 9e10ebe

Please sign in to comment.