File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 --font-weight-semibold : 600 ;
6060
6161 --radius-xl : .75rem ; /* 12px */
62- --radius-7xl : 1.5rem ; /* 12px */
63- --radius-full : 2rem ;
62+ --radius-4xl : 1.5rem ; /* 24px */
63+ --radius-full : 2rem ; /* 32px */
6464
6565 --spacing-unset : unset;
6666 --spacing-xs : .25rem ; /* 4px */
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const resourceLinks: Link[] = [
4444
4545<template >
4646 <div
47- class =" bg-gray-50 dark:bg-gray-950 flex flex-col gap-3xl sm:gap-5xl pt-3xl px-xl pb-7xl sm:px-5xl sm:py-7xl sm:rounded-7xl max-w-container-sm sm:mx-xl sm:mb-xl"
47+ class =" bg-gray-50 dark:bg-gray-950 flex flex-col gap-3xl sm:gap-5xl pt-3xl px-xl pb-7xl sm:px-5xl sm:py-7xl sm:rounded-4xl max-w-container-sm sm:mx-xl sm:mb-xl"
4848 >
4949 <NuxtLink
5050 to =" /"
You can’t perform that action at this time.
0 commit comments