Skip to content

Commit

Permalink
Update blur
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 10, 2024
1 parent 4e3ce85 commit 7730776
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/site/src/components/HeroCards/HeroCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const HeroCards = () => {
mt={{ base: undefined, md: 150 }}
style={{
overflow: "hidden",
backdropFilter: "blur(3px)",
backdropFilter: "blur(2px)",
backgroundColor: "rgba(33, 120, 150, 0.14)",
}}
>
Expand Down Expand Up @@ -102,7 +102,7 @@ const HeroCards = () => {
radius="lg"
h={{ base: undefined, md: 400 }}
style={{
backdropFilter: "blur(3px)",
backdropFilter: "blur(2px)",
backgroundColor: "rgba(240, 230, 255, 0.5)",
}}
>
Expand Down Expand Up @@ -135,7 +135,7 @@ const HeroCards = () => {
h={{ base: undefined, md: 300 }}
mt={{ base: undefined, md: 150 }}
style={{
backdropFilter: "blur(3px)",
backdropFilter: "blur(2px)",
backgroundColor: "rgba(255, 245, 225, 0.5)",
}}
>
Expand Down Expand Up @@ -172,7 +172,7 @@ const HeroCards = () => {
h={{ base: undefined, md: 420 }}
mt={{ base: 20, md: -230 }}
style={{
backdropFilter: "blur(3px)",
backdropFilter: "blur(2px)",
backgroundColor: "rgba(240, 230, 255, 0.5)",
}}
>
Expand Down Expand Up @@ -204,7 +204,7 @@ const HeroCards = () => {
h={{ base: undefined, md: 330 }}
mt={{ base: undefined, md: -180 }}
style={{
backdropFilter: "blur(3px)",
backdropFilter: "blur(2px)",
backgroundColor: "rgba(240, 230, 255, 0.5)",
}}
>
Expand Down

0 comments on commit 7730776

Please sign in to comment.