Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed May 8, 2024
1 parent 97f3bb5 commit f9c73d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const makeTheme = (mode: "light" | "dark", theme?: AccentColor) =>
fontSize: 15,
},
h1: {
fontSize: "max(42px, min(58px, min(6vw, 6vh)))",
fontSize: "max(36px, min(58px, min(6vw, 6vh)))",
fontWeight: 600,
},
h2: {
Expand Down
15 changes: 5 additions & 10 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function Hero({ showVideo, onShowVideo }: SV) {
alignItems={sm ? "stretch" : "flex-start"}
sx={{
maxWidth: "100vw",
minHeight: 600,
minHeight: 720,
height: "90vh",
textAlign: "left",
pt: 36,
Expand Down Expand Up @@ -593,17 +593,12 @@ export default function Home() {
borderRadius: 8,
}}
>
<video
controls
<iframe
src="https://drive.google.com/file/d/1ve-GQbgj0MGcouCdE0gxQON-20rpxtW5/preview"
width="100%"
height="100%"
style={{
borderRadius: 8,
objectFit: "cover",
}}
>
<source src={l10n.demoVideoUrl} type={l10n.demoVideoMime} />
</video>
allow="autoplay"
></iframe>
</Box>
{/* <SectionTitle
anchor="features"
Expand Down

0 comments on commit f9c73d4

Please sign in to comment.