Skip to content

Commit

Permalink
Merge pull request #2 from bitcoin-dev-project/Extheoisah-patch-1
Browse files Browse the repository at this point in the history
chore: fix border scaling
  • Loading branch information
Extheoisah authored Apr 17, 2024
2 parents 513b4d3 + 68204ec commit 9fe66f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="text-4xl sm:text-4xl md:text-7xl font-bold text-black">Stay Tuned</h1
<p class="text-center text-gray-500 dark:text-gray-400 text-base md:text-xl max-w-[600px] font-normal mb-2">
We're launching a scholarship to help students learn about the Bitcoin technology.
</p>
<button class="bg-black font- text-white w-fit p-3 px-6 rounded-md text-sm md:text-base hover:bg-transparent hover:border-2 hover:border-black hover:text-black">
<button class="bg-black font- text-white w-fit p-3 px-6 rounded-md text-sm md:text-base hover:bg-transparent border-2 border-black hover:text-black">
Apply for the Bitcoin Scholarship
</button>
</main>
Expand Down

0 comments on commit 9fe66f3

Please sign in to comment.