Skip to content

Commit ceda2db

Browse files
committed
fix pixel differences
1 parent 5c4c02e commit ceda2db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/demo/emails/newsletters/codepen-challengers.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const CodepenChallengersEmail = () => (
9393
alt="codepen"
9494
/>
9595

96-
<Section className="mt-10 mb-6 text-center bg-[#0b112a] text-white py-[35px] px-5 border-[6px] border-solid border-[#2138c6]">
96+
<Section className="mt-10 mb-6 text-center bg-[#0b112a] text-white pt-[35px] pb-[30px] px-5 border-[6px] border-solid border-[#2138c6]">
9797
<Img
9898
className="mx-auto mb-[30px]"
9999
src={`${baseUrl}/static/codepen-pro.png`}
@@ -112,7 +112,7 @@ export const CodepenChallengersEmail = () => (
112112
</Section>
113113
</Section>
114114

115-
<Text className="bg-[#f5d247] p-[30px] text-lg leading-6">
115+
<Text className="bg-[#f5d247] p-[30px] text-lg leading-[1.5]">
116116
<strong>To participate:</strong>{' '}
117117
<Link className="text-[#15c] cursor-pointer">Create a Pen →</Link>{' '}
118118
and tag it{' '}
@@ -134,9 +134,9 @@ export const CodepenChallengersEmail = () => (
134134
<Section className="m-0 bg-white px-6">
135135
<Row>
136136
<Column className="w-1/2 pr-[10px]">
137-
<Text className="font-black leading-[1.1] text-lg">IDEAS!</Text>
137+
<Text className="font-black text-lg leading-[1.1]">IDEAS!</Text>
138138

139-
<Section className="p-5 mb-5 rounded-[10px] text-4xl text-center bg-[#fff4c8] border border-solid border-[#f4d247]">
139+
<Section className="p-5 mb-5 rounded-[10px] text-[36px] text-center bg-[#fff4c8] border border-solid border-[#f4d247]">
140140
🌟
141141
<Text className="text-[13px] text-left">
142142
This week we move from 2 dimensions to three! Maybe you
@@ -155,7 +155,7 @@ export const CodepenChallengersEmail = () => (
155155
</Text>
156156
</Section>
157157

158-
<Section className="p-5 mb-5 rounded-[10px] text-4xl text-center bg-[#fff4c8] border border-solid border-[#f4d247]">
158+
<Section className="p-5 mb-5 rounded-[10px] text-[36px] text-center bg-[#fff4c8] border border-solid border-[#f4d247]">
159159
🌟
160160
<Text className="text-[13px] text-left">
161161
There's more to cubes than just six square sides. There are
@@ -173,7 +173,7 @@ export const CodepenChallengersEmail = () => (
173173
</Text>
174174
</Section>
175175

176-
<Section className="p-5 mb-5 rounded-[10px] text-4xl text-center bg-[#fff4c8] border border-solid border-[#f4d247]">
176+
<Section className="p-5 mb-5 rounded-[10px] text-[36px] text-center bg-[#fff4c8] border border-solid border-[#f4d247]">
177177
🌟
178178
<Text className="text-[13px] text-left">
179179
Here's a mind-bending idea that can combine the round shapes
@@ -189,7 +189,7 @@ export const CodepenChallengersEmail = () => (
189189
</Section>
190190
</Column>
191191
<Column className="w-1/2 pl-[10px]">
192-
<Text className="font-black leading-[1.1] -mt-10 text-lg">
192+
<Text className="font-black -mt-10 text-lg leading-[1.1]">
193193
RESOURCES!
194194
</Text>
195195

@@ -209,7 +209,7 @@ export const CodepenChallengersEmail = () => (
209209
</Text>
210210
</Section>
211211

212-
<Section className="p-5 mb-5 rounded-[10px] text-4xl text-center bg-[#d9f6ff] border border-solid border-[#92bfd0]">
212+
<Section className="p-5 mb-5 rounded-[10px] text-[36px] text-center bg-[#d9f6ff] border border-solid border-[#92bfd0]">
213213
📖
214214
<Text className="text-[13px] text-left">
215215
Want to go beyond the square cube? Draw inspiration from
@@ -229,7 +229,7 @@ export const CodepenChallengersEmail = () => (
229229
</Text>
230230
</Section>
231231

232-
<Section className="p-5 mb-5 rounded-[10px] text-4xl text-center bg-[#d9f6ff] border border-solid border-[#92bfd0]">
232+
<Section className="p-5 mb-5 rounded-[10px] text-[36px] text-center bg-[#d9f6ff] border border-solid border-[#92bfd0]">
233233
📖
234234
<Text className="text-[13px] text-left">
235235
Did that spherical cubes concept pique your interest?

0 commit comments

Comments
 (0)