Skip to content

Commit

Permalink
fix border radius in quarter card buttton
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriiPrudnikov committed Nov 1, 2023
1 parent c5b2c0f commit 7cd8499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
border-radius: 6px;
}
a:hover {
color: #000;
Expand Down

1 comment on commit 7cd8499

@ekbdev
Copy link

@ekbdev ekbdev commented on 7cd8499 Nov 1, 2023

Choose a reason for hiding this comment

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

Deploy preview for map ready!

✅ Preview
https://map-fzmcu9jbr-ekbdev.vercel.app
https://ekbdev-map-feature-kvartalnye.vercel.app

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

Please sign in to comment.