Skip to content

Commit 30f6dc0

Browse files
authored
Merge pull request #7 from pythoncameroon/develop
Corrected on mobile display
2 parents cf3599b + bfdca43 commit 30f6dc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/containers/Newsletter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export const Newsletter = () => {
265265
<motion.div
266266
whileHover={{ scale: 1.05 }}
267267
whileTap={{ scale: 0.95 }}
268-
className="relative overflow-hidden"
268+
className="relative overflow-hidden flex justify-center"
269269
>
270270
<Button
271271
className="relative h-12 min-w-[120px] overflow-hidden hover:text-primary dark:hover:text-secondary dark:bg-secondary dark:hover:bg-transparent"

src/containers/Team.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const Team = () => {
235235
return (
236236
<motion.div
237237
key={member.name}
238-
className="relative perspective-1000 w-[280px] h-[320px]"
238+
className="relative perspective-1000 w-full sm:w-[280px] h-[320px]"
239239
initial={{ opacity: 0, y: 30, rotateX: 10 }}
240240
animate={
241241
isInView

0 commit comments

Comments
 (0)