Skip to content

Commit

Permalink
Merge pull request #265 from significa/sign-535-mobile-qa-services-pa…
Browse files Browse the repository at this point in the history
…ge-decrease-space-between-title-and

fix: decrease margin in awards mobile version
  • Loading branch information
pdrbrnd authored Sep 7, 2023
2 parents 4e1f4c1 + d481644 commit 3ef8eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/services.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<p class="text-base font-semibold">{award.name}</p>
</div>
</div>
<div class="mb-8 w-full lg:mb-0">
<div class="mb-4 w-full lg:mb-0">
<p class="text-3xl font-semibold">{award.project}</p>
</div>
</div>
Expand Down

0 comments on commit 3ef8eba

Please sign in to comment.