Skip to content

Commit 8da150e

Browse files
committed
[home] Fixes minor issue for mobile
1 parent 1e2c305 commit 8da150e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ import Layout from "../layouts/Layout.astro";
6262
</div>
6363
</div>
6464
<div class="row align-items-center">
65-
<div class="mt-5 text-end">
66-
Too complicated? Make a deal with
65+
<div class="mt-5 text-md-end">
66+
Too complicated? <br class="d-md-none" />Make a deal with
6767
<a href="https://jacomyma.github.io/gephisto/" role="button" class="btn btn-sm fw-bold">
6868
<Image src="/icons/gephisto-logo-inverted.svg" alt="Gephi Lite logo" class="h-100" width="32" height="32" />
6969
<span style="color:#f4a2b9;">Gephisto</span>

0 commit comments

Comments
 (0)