Skip to content

Commit 5c10958

Browse files
committed
docs: add bmac button to website
1 parent dc721f2 commit 5c10958

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

docs/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html class="loading" lang="en">
33
<head>
44
<title>Browserosaurus: for macOS multi-browser users.</title>
@@ -34,21 +34,23 @@
3434
class="bg-white dark:bg-zinc-900 text-zinc-700 dark:text-zinc-50 min-h-screen flex flex-col overflow-x-hidden"
3535
>
3636
<header class="shrink-0 py-4">
37-
<div class="container mx-auto flex items-center">
38-
<a class="-ml-2 flex gap-3 items-center px-4 py-3 text-lg" href="/"
37+
<div class="container mx-auto flex sm:items-center">
38+
<a
39+
class="-ml-2 flex gap-3 sm:items-center px-4 py-3 text-lg shrink-0 flex-col sm:flex-row"
40+
href="/"
3941
><span
4042
><img src="/icon_squooshed.png" alt="" width="60" height="60"
4143
/></span>
42-
<div>
44+
<div class="pl-3 sm:pl-0">
4345
<span class="font-bold">Browser</span
4446
><span class="font-light">osaurus</span>
4547
</div></a
4648
>
4749
<a
48-
class="ml-auto px-4 py-2 hover:text-indigo-500 font-bold"
49-
href="https://github.com/will-stone/browserosaurus"
50-
>GitHub</a
51-
>
50+
class="ml-auto block pr-4 pt-6 sm:pt-0"
51+
href="https://www.buymeacoffee.com/wstone"
52+
><img src="yellow-button.png" class="w-40"
53+
/></a>
5254
</div>
5355
</header>
5456

@@ -61,7 +63,7 @@
6163
</div>
6264
<div class="lg:w-6/12 lg:order-1">
6365
<div
64-
class="text-zinc-800 dark:text-zinc-50 text-5xl md:text-6xl font-semibold"
66+
class="text-zinc-800 dark:text-zinc-50 text-4xl sm:text-6xl font-semibold"
6567
>
6668
For macOS multi-browser users.
6769
</div>

docs/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/yellow-button.png

23.8 KB
Loading

0 commit comments

Comments
 (0)