Skip to content

Commit

Permalink
Space alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 22, 2024
1 parent dccbe68 commit a77b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Activity/ActivityCounters.tsx
Expand Up @@ -21,7 +21,7 @@ function ActivityCounter(props: ActivityCounterType) {
const { text, count } = props;

return (
<div className="relative flex flex-1 flex-row-reverse sm:flex-col px-0 sm:px-4 py-2 sm:py-4 text-center sm:pt-10 items-center gap-2 sm:gap-0 justify-end">
<div className="relative flex flex-1 flex-row-reverse sm:flex-col px-0 sm:px-4 py-2 sm:py-4 text-center sm:pt-[1.62rem] items-center gap-2 sm:gap-0 justify-end">
<h2 className="text-base sm:text-5xl font-bold">
{count}
</h2>
Expand Down

0 comments on commit a77b0ee

Please sign in to comment.