Refactor iframe layout for responsive design in index.html
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -150,12 +150,13 @@
|
||||
your wishlist!
|
||||
</p>
|
||||
|
||||
<iframe
|
||||
src="https://store.steampowered.com/widget/3575090/"
|
||||
frameborder="0"
|
||||
width="646"
|
||||
height="190"
|
||||
></iframe>
|
||||
<div class="w-full max-w-full aspect-[646/190]">
|
||||
<iframe
|
||||
class="w-full h-full"
|
||||
src="https://store.steampowered.com/widget/3575090/"
|
||||
frameborder="0"
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
<p class="motion-preset-pop motion-delay-100">
|
||||
My journey with programming started when I was 11 🚀. I love solving
|
||||
|
Reference in New Issue
Block a user