Skip to content

Commit

Permalink
Update service fontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbatiukcom committed Jan 10, 2024
1 parent 745fe1a commit 27028e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/ServicesDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function ServicesDesktop() {
pt={index === 0 ? 4 : undefined}
pb={index === Services.length - 1 ? 6 : undefined}
>
<Text fontSize="16px" fontWeight={300}>
<Text fontSize="18px" fontWeight={300}>
{name}
</Text>
</GridItem>
Expand Down

0 comments on commit 27028e5

Please sign in to comment.