Skip to content

Commit

Permalink
fix: landing page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Jun 18, 2024
1 parent 31d0b18 commit de2c38e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,11 @@
<div
class="max-w-7xl mx-auto content-center py-16 px-4 sm:px-6 lg:px-8"
>
<p
class="text-center text-sm font-semibold uppercase text-gray-600 tracking-wide"
></p>
<h2
class="text-center text-3xl mb-20 tracking-tight font-bold leading-8 text-blue-900"
>
nmrXiv Project Group
</h2>
<div class="mt-6 grid grid-cols-6 gap-8">
<div
class="col-span-3 md:col-span-2 flex justify-center"
Expand Down

0 comments on commit de2c38e

Please sign in to comment.