Skip to content

Commit

Permalink
Add smooth corners to CardTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Aug 26, 2024
1 parent 7b1c225 commit 0683630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/MainPage/Card/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
}

.CardTitle {
--smooth-corners: 0.8;
border-radius: 8px;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down Expand Up @@ -215,8 +217,6 @@
}

.CardTitle {
--smooth-corners: 0.8;
border-radius: 8px;
font-size: 32px;
}

Expand Down

1 comment on commit 0683630

@ekbdev
Copy link

@ekbdev ekbdev commented on 0683630 Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-68uj0f4lh-ekbdevs-projects.vercel.app
https://ekbdev-transport-card-title-smooth-corners.vercel.app

Built with commit 0683630.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.