Merge version_15_1782875590352 into main #16

Merged
bender merged 1 commits from version_15_1782875590352 into main 2026-07-01 03:15:57 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
@import "./styles/masks.css";
@import "./styles/animations.css";
h1, h2, h3, h4, h5, h6 {
font-weight: 800 !important;
color: #FFFFFF !important;
letter-spacing: 0.025em !important;
}
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0F172A;

View File

@@ -80,7 +80,7 @@ const WhyChooseInline = () => (
>
<div className={cls(
"flex flex-col justify-between gap-4 xl:gap-5 2xl:gap-6 p-6 xl:p-7 2xl:p-8 card rounded",
shouldSpanFull ? "aspect-square md:aspect-video" : "aspect-square",
shouldSpanFull ? "min-h-[280px] md:min-h-[320px]" : "min-h-[280px]",
isEven && "order-2 md:order-1"
)}>
<span className="text-5xl md:text-6xl font-semibold leading-snug text-accent">{metric.value}</span>