We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eee2cd commit f3cac0fCopy full SHA for f3cac0f
src/_includes/landing/hero-banner.njk
@@ -1,7 +1,7 @@
1
-<div class="relative w-full h-auto bg-[#4E62F5] -pt-20">
+<div class="relative w-full h-auto bg-[#4E62F5] pt-1 md:pt-3 overflow-hidden">
2
<img
3
src="{{ env.baseUrl }}img/hero-banner.png"
4
alt="PyCon India 2025"
5
- class="w-full object-cover object-center"
+ class="w-full object-cover object-center scale-105"
6
/>
7
</div>
0 commit comments