Skip to content

Commit

Permalink
Add some color
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Aug 9, 2024
1 parent 98494e2 commit a7b2fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Affiliates() {
return (
<div class="text-white/70 font-light">
<div class="pt-64 pb-64 flex flex-col gap-16 max-w-screen-md mx-auto">
<h2 class="text-2xl text-center">Asiakkaita ja yhteistyökumppaneita</h2>
<h2 class="text-2xl text-center text-amber-500">Asiakkaita ja yhteistyökumppaneita</h2>

<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-16 items-center">
<For each={otherCustomers}>{(other) =>
Expand Down

0 comments on commit a7b2fdc

Please sign in to comment.