diff --git a/src/pages/ens-v2.tsx b/src/pages/ens-v2.tsx index 3e1a7c50f..420686028 100644 --- a/src/pages/ens-v2.tsx +++ b/src/pages/ens-v2.tsx @@ -41,7 +41,7 @@ const Header = styled.header( justify-content: center; gap: ${theme.space[4]}; padding: ${theme.space[4]}; - min-height: 330px; + padding-top: ${theme.space[16]}; text-align: center; `, ) @@ -239,11 +239,10 @@ const SlideshowContainer = styled.div( `, ) -const Video = styled.video( +const YoutubeEmbed = styled.iframe( ({ theme }) => css` - height: ${theme.space.full}; + aspect-ratio: 16 / 9; width: ${theme.space.full}; - border-radius: ${theme.radii.card}; `, ) @@ -263,9 +262,14 @@ export default function ENSv2() {