Skip to content

Commit d839f40

Browse files
committed
Fix sponsor positioning on mobile and dark mode
1 parent 45ba027 commit d839f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/img/sponsors/laradir-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="mt-6 px-12">
4343
<h2 class="text-2xl font-bold">Sponsors</h2>
4444

45-
<div class="flex gap-16 items-center justify-center mt-8">
45+
<div class="flex flex-col sm:flex-row gap-16 items-center justify-center mt-8">
4646
<a href="https://beyondco.de/?utm_source=nativephp&utm_medium=logo&utm_campaign=nativephp">
4747
<img src="/img/sponsors/beyondcode.png" class="block dark:hidden">
4848
<img src="/img/sponsors/beyondcode-dark.png" class="hidden dark:block">

0 commit comments

Comments
 (0)