Skip to content

Commit b16d6fb

Browse files
committed
fix(styles): adjust talks card width and add motion import in sponsors component
1 parent ddd2260 commit b16d6fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/2023/Home/components/Sponsors/Sponsors.style.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { styled } from "styled-components";
22
import { BIG_BREAKPOINT } from "@constants/BreakPoints";
3+
// @ts-expect-error some quirky import message
34
import { motion } from "motion/react";
45

56
export const StyledSponsorsContainer = styled.div`

src/views/Talks/Talks.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const Talks: FC<React.PropsWithChildren<unknown>> = () => {
182182
display: "flex",
183183
flexDirection: "column",
184184
margin: "1rem auto",
185+
width: "70vw",
185186
}}
186187
>
187188
{topTenTalks.map((talk) => (

0 commit comments

Comments
 (0)