Skip to content

Commit

Permalink
Update figure section
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 16, 2024
1 parent a7258de commit 274da2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/about/about-us.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div class="grid grid-cols-1 md:grid-cols-5 gap-8">
<section class="md:col-span-2">
<div class="sticky top-20">
<figure class="sticky top-20">
<img
src="https://avatars.githubusercontent.com/u/39514595?v=4"
alt="avatar"
class="w-full max-w-64 lg:max-w-72 mx-auto rounded-full shadow-lg"
/>
<p class="mt-6 text-center text-lg font-medium">
<figcaptionp class="block mt-6 text-center text-lg text-gray-500">
Ray C, founder of <span x-text="BRAND_NAME"></span>
</p>
</div>
</figcaptionp>
</figure>
</section>
<section class="md:col-span-3 space-y-8">
<div class="space-y-4">
Expand Down

0 comments on commit 274da2d

Please sign in to comment.