Skip to content

Commit 450cb50

Browse files
committed
Fix new hero styles.
1 parent 2437105 commit 450cb50

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

src/components/hero2/hero.astro

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import heroImage from "./conference_photo.jpg";
55
import IconWithLabel from "./icon-label.astro";
66
import ButtonLink from "../../components/button-link/button-link.astro";
77
8-
import HeaderLogo from "..//header/header-logo.astro";
8+
import HeaderLogo from "../header/header-logo.astro";
99
const action1 = "https://ep2025.europython.eu/tickets";
1010
const action2 = "https://ep2025.europython.eu/sponsorship/sponsor/";
1111
---
@@ -89,7 +89,7 @@ const action2 = "https://ep2025.europython.eu/sponsorship/sponsor/";
8989
EuroPython
9090
</h1>
9191
</div>
92-
<p class="max-w-2xl mx-40 text-center text-lg text-gray-700 mt-2">
92+
<p class="max-w-2xl mx-10 md:mx-40 text-center text-lg text-gray-700 mt-2">
9393
Discover the latest Python trends, learn from 180+ expert speakers, network with fellow developers, enjoy social events, and explore open spaces to spark new ideas.
9494
</p>
9595
</div>
@@ -116,14 +116,12 @@ const action2 = "https://ep2025.europython.eu/sponsorship/sponsor/";
116116
</ButtonLink>
117117
</div>
118118
<div class="btn-outline">
119-
<ButtonLink
120-
secondary
121-
url={action2}
122-
className="outline-solid outline bg-transparent rounded-xlborder text-xl text-secondary outline-secondary"
123-
isExternal={true}
124-
>
125-
Call for Sponsors
126-
</ButtonLink>
119+
<a class="font-bold text-lg px-4 py-4 bg-button rounded-[10px] inline-block leading-4 hover:bg-button-hover not-prose outline-solid outline bg-transparent rounded-xlborder text-xl text-secondary outline-secondary text-black
120+
" href="{action2}">
121+
Call for Sponsors
122+
<span class="inline-block ml-1 font-system text-lg leading-4" >
123+
124+
</span></a>
127125
</div>
128126
</div>
129127
</div>
@@ -230,8 +228,6 @@ const action2 = "https://ep2025.europython.eu/sponsorship/sponsor/";
230228
.bluebox {
231229
background-color: #d4d5e5;
232230
z-index: -2;
233-
border-bottom-left-radius: 20px;
234-
border-bottom-right-radius: 20px;
235231
}
236232
.bluebox-shift {
237233
position: relative;

0 commit comments

Comments
 (0)