Skip to content

Commit 4736172

Browse files
committed
Center align goods image and update styles for better presentation in index.html
1 parent d158cdf commit 4736172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ <h2 class="section-title">Goods</h2>
12351235
<p style="font-size: 1.2rem; opacity: 0.9; margin-bottom: 2rem;">オリジナルグッズをSUZURIにて販売中!</p>
12361236
<a href="https://suzuri.jp/picopicoruby" target="_blank" style="display: inline-block; position: relative; overflow: hidden; border-radius: 20px; transition: all 0.3s ease;">
12371237
<img src="./goods.png" alt="PicoRuby Overflow Kaigi Goods" class="goods"
1238-
style="width: 100%; height: auto; display: block; border-radius: 20px; border: 2px solid rgba(185, 22, 86, 0.3); transition: all 0.3s ease;"
1238+
style="margin: 0 auto; display: block; border-radius: 20px; border: 2px solid rgba(185, 22, 86, 0.3); transition: all 0.3s ease;"
12391239
onmouseover="this.style.transform='translateY(-5px)'; this.style.borderColor='#B91656'; this.style.boxShadow='0 20px 40px rgba(185, 22, 86, 0.4)';"
12401240
onmouseout="this.style.transform='translateY(0)'; this.style.borderColor='rgba(185, 22, 86, 0.3)'; this.style.boxShadow='none';">
12411241
</a>

0 commit comments

Comments
 (0)