Skip to content

Commit 807c8d2

Browse files
authored
Badge 2025 Part 3 Part 3 Part 3 (#4411)
1 parent 12dc69d commit 807c8d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

badge-service/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const createEmptyBadgeOrderPositions = () => {
158158
};
159159

160160
await page.goto("https://pycon.it/en/badge");
161+
// await page.goto("http://localhost:3000/en/badge");
161162
await page.waitForNetworkIdle();
162163
await page.setViewport({ width: 1080, height: 2000 });
163164

frontend/src/components/badge/index.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export const Badge = ({
7777
display: "flex",
7878
flexDirection: "column",
7979
textAlign: "left",
80-
paddingLeft: "16px",
81-
paddingRight: "16px",
80+
paddingLeft: "25px",
81+
paddingRight: "25px",
8282
paddingBottom: "16px",
8383
position: "relative",
8484
zIndex: 200,
@@ -150,7 +150,7 @@ export const Badge = ({
150150
</div>
151151
<div
152152
style={{
153-
width: "90%",
153+
width: "100%",
154154
fontWeight: 400,
155155
color: "#ffffff",
156156
}}
@@ -164,7 +164,7 @@ export const Badge = ({
164164
}}
165165
className="badge-tagline-quote"
166166
>
167-
{" "}
167+
168168
</span>
169169
{tagline.substring(0, 250)}
170170
<span
@@ -174,7 +174,6 @@ export const Badge = ({
174174
}}
175175
className="badge-tagline-quote"
176176
>
177-
{" "}
178177
179178
</span>
180179
</Balancer>

0 commit comments

Comments
 (0)