Skip to content

Commit a69c915

Browse files
committed
Update mission images to fit with the colors
1 parent b845107 commit a69c915

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
698 Bytes
Binary file not shown.
-6.23 KB
Binary file not shown.

Diff for: src/assets/images/content/missions/modern.webp

17.8 KB
Binary file not shown.

Diff for: src/components/pages/about/Member.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import LinkButton from "@/components/controls/LinkButton";
33

44
const Member = ({ image, fullName, title, links }: IMember) => (
55
<li
6-
className="flex flex-col items-center w-full max-w-full gap-2 p-4 border-2 rounded-2xl border-cr-primary-light motion-safe:transition-all sm:p-6 md:w-fit"
6+
className="flex flex-col items-center w-full max-w-full gap-2 p-4 border-2 rounded-2xl border-cr-primary image-dots from-cr-fill-light motion-safe:transition-all sm:p-6 md:w-fit"
77
aria-label="Member"
88
>
99
<div className="flex flex-col items-center max-w-full gap-2 sm:flex-row md:flex-col">

Diff for: src/components/pages/front/Mission.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface MissionProps extends IMission {
77

88
const Mission = ({ title, image, imageAlt, text }: MissionProps) => {
99
return (
10-
<li className="flex flex-col items-center flex-1 gap-4 p-0 -mx-4 rounded-2xl border-cr-primary motion-safe:transition-[margin_padding_border] sm:mx-0 lg:p-4 border-2 xl:p-8">
10+
<li className="flex flex-col items-center flex-1 gap-4 p-8 -mx-4 rounded-2xl border-cr-primary image-dots from-cr-fill-light motion-safe:transition-[margin_padding_border] sm:mx-0 border-2">
1111
<Heading.H3 className="lg:h-[5ex] motion-safe:transition-all">
1212
{title}
1313
</Heading.H3>

0 commit comments

Comments
 (0)