Skip to content

Commit 3a9d15f

Browse files
committed
fix: for smaller screen size
Signed-off-by: Ashish Kumar Mishra <[email protected]>
1 parent 67a1d50 commit 3a9d15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="flex items-center justify-center w-full h-full">
1212
<img src="{{ env.baseUrl }}img/speakers/katharinejarmul.png"
1313
alt="Katharine Jarmul"
14-
class="w-72 h-72 md:w-96 md:h-96 lg:w-[28rem] lg:h-[28rem] object-contain">
14+
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
1515
</div>
1616
</div>
1717
</div>
@@ -20,7 +20,7 @@
2020
<div class="flex items-center justify-center w-full h-full">
2121
<img src="{{ env.baseUrl }}img/speakers/dawnwages.png"
2222
alt="Dawn Wages"
23-
class="w-72 h-72 md:w-96 md:h-96 lg:w-[28rem] lg:h-[28rem] object-contain">
23+
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
2424
</div>
2525
</div>
2626
</div>
@@ -29,7 +29,7 @@
2929
<div class="flex items-center justify-center w-full h-full">
3030
<img src="{{ env.baseUrl }}img/speakers/reuvenlerner.png"
3131
alt="Reuven Lerner"
32-
class="w-72 h-72 md:w-96 md:h-96 lg:w-[28rem] lg:h-[28rem] object-contain">
32+
class="w-64 h-64 md:w-72 md:h-72 lg:w-80 lg:h-80 xl:w-96 xl:h-96 object-contain max-w-full max-h-full">
3333
</div>
3434
</div>
3535
</div>

0 commit comments

Comments
 (0)