Skip to content

Commit

Permalink
update birthday card style
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzero committed May 5, 2024
1 parent ff57aa6 commit 1e939f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Home/ex/exStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ export const exStyles = css`
}
&[data-ex='birth'] {
#birth {
background: white;
color: black;
background: radial-gradient(#f588d8, #c0a3e5);
color: white;
position: absolute;
padding: 16px;
bottom: 0;
Expand All @@ -538,7 +538,7 @@ export const exStyles = css`
border-radius: 0.5rem;
padding: 0 0.4rem;
margin-right: 0.4rem;
border: solid 1px gray;
border: solid 1px #ddd;
}
.title {
font-size: 0.8rem;
Expand All @@ -547,7 +547,7 @@ export const exStyles = css`
font-size: 1.2rem;
}
.grad {
font-size: 0.5rem;
font-size: 1rem;
text-align: center;
}
}
Expand Down

0 comments on commit 1e939f9

Please sign in to comment.