Skip to content

Commit b5c3bc1

Browse files
authored
feat: center the Latest on medium text
1 parent aeb32e3 commit b5c3bc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/index.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,13 @@ import Layout from '../layouts/Default.astro';
151151
<a href="#"><img src="/assets/monexventures.png" alt="Monex Ventures" class="w-40 h-auto"></a>
152152
</section>
153153
<section class="bg-blue-500 px-20 py-28">
154-
<p class="font-display text-3xl text-gray-100">Latest on Medium</p>
154+
<p align="center" class="font-display text-3xl text-gray-100">Latest on Medium</p>
155155
<!-- TODO: Find a way to add medium articles dynamically -->
156156
<a href="/devtokens" class="mt-6 mx-auto block">
157-
<button class="bg-white font-display text-gray-900 py-2 px-6">
157+
<p align="center"><button class="bg-white font-display text-gray-900 py-2 px-6">
158158
See more on Medium
159159
</button>
160+
</p>
160161
</a>
161162
</section>
162163
<footer class="bg-black text-white px-20 py-28 grid grid-cols-12">

0 commit comments

Comments
 (0)