Skip to content

Commit

Permalink
Merge pull request #92 from KaoruMuta/fix/speakerdeck-styling
Browse files Browse the repository at this point in the history
fix: modify speakerdeck box sizing due to smartphone layout broken issue
  • Loading branch information
KaoruMuta authored Jan 3, 2025
2 parents 78cb8db + 0967ae9 commit 8bd64ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysite",
"version": "2.1.3",
"version": "2.1.4",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down
2 changes: 1 addition & 1 deletion posts/2024/20241231-look-back-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ categories: 振り返り
来年はより中身が詰まった発表ができたらと考えている。

<center>
<iframe id="talk_frame_1198045" class="speakerdeck-iframe" src="//speakerdeck.com/player/c569cc69d2954f13bbb244ca2474cf0c" width="710" height="399" style="aspect-ratio:710/399; border:0; padding:0; margin:0; background:transparent;" frameborder="0" allowtransparency="true" allowfullscreen="allowfullscreen"></iframe>
<iframe id="talk_frame_1198045" class="speakerdeck-iframe" src="//speakerdeck.com/player/c569cc69d2954f13bbb244ca2474cf0c" width="90%" style="aspect-ratio:710/399; border:0; padding:0; margin:0; background:transparent;" frameborder="0" allowtransparency="true" allowfullscreen="allowfullscreen"></iframe>
</center>

また、オフラインの勉強会へ再び参加し始めた。
Expand Down

0 comments on commit 8bd64ed

Please sign in to comment.