Skip to content

Commit

Permalink
fix: updated about page
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Jun 18, 2024
1 parent 3a0934b commit 31d0b18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/js/Pages/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
<h2
class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl"
>
Our Steering Committee
Steering Committee
</h2>
</div>
<ul
Expand Down Expand Up @@ -766,12 +766,12 @@
</div>
<div class="mx-auto max-w-6xl px-6 lg:px-8">
<h2
class="text-center text-lg font-semibold leading-8 text-gray-900"
class="text-center text-3xl tracking-tight font-bold leading-8 text-gray-900"
>
Our collaborators
nmrXiv Project Group
</h2>
<div
class="mx-auto mt-10 grid max-w-lg grid-cols-2 md:grid-cols-5 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-6 sm:gap-x-10 lg:mx-0 lg:max-w-none lg:grid-cols-5"
class="mx-auto mt-16 grid max-w-lg grid-cols-2 md:grid-cols-5 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-6 sm:gap-x-10 lg:mx-0 lg:max-w-none lg:grid-cols-5"
>
<a href="https://cheminf.uni-jena.de/">
<img
Expand Down

0 comments on commit 31d0b18

Please sign in to comment.