We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd2260 commit b16d6fbCopy full SHA for b16d6fb
src/2023/Home/components/Sponsors/Sponsors.style.ts
@@ -1,5 +1,6 @@
1
import { styled } from "styled-components";
2
import { BIG_BREAKPOINT } from "@constants/BreakPoints";
3
+// @ts-expect-error some quirky import message
4
import { motion } from "motion/react";
5
6
export const StyledSponsorsContainer = styled.div`
src/views/Talks/Talks.tsx
@@ -182,6 +182,7 @@ const Talks: FC<React.PropsWithChildren<unknown>> = () => {
182
display: "flex",
183
flexDirection: "column",
184
margin: "1rem auto",
185
+ width: "70vw",
186
}}
187
>
188
{topTenTalks.map((talk) => (
0 commit comments