We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a3fc4 commit 702f749Copy full SHA for 702f749
apps/website/astro.config.mjs
@@ -8,7 +8,7 @@ const classes = {
8
titleClass: 'font-bold text-[1.25rem] mt-[2.5rem]',
9
summaryClass: 'cursor-pointer font-bold text-[1.25rem]',
10
detailsClass: 'mt-[2.5rem]',
11
- iframeClass: 'border-none w-full h-[380px] overflow-y-hidden'
+ iframeClass: 'border-none w-full h-[360px] overflow-y-hidden'
12
}
13
14
const remarkPlugin = createRemarkPlugin(classes);
0 commit comments