Skip to content

Commit

Permalink
fix: css classes issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Jan 4, 2024
1 parent bc7d7ef commit e051ad5
Showing 1 changed file with 23 additions and 25 deletions.
48 changes: 23 additions & 25 deletions resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -326,32 +326,30 @@
community-trusted repository for NMR data deposition
</h2>
<div
class="mx-auto mt-10 grid max-w-lg grid-cols-4 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-4 sm:gap-x-10 lg:mx-0 lg:max-w-none lg:grid-cols-4"
class="mx-auto mt-10 grid max-w-lg grid-cols-2 md:grid-cols-4 items-center gap-x-8 gap-y-10"
>
<img
class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
alt=""
/>
<a
href="https://pubs.acs.org/doi/10.1021/acs.jnatprod.3c00281"
target="_blank"
><img
class="col-span-2 w-full object-contain lg:col-span-1"
src="/img/jnp.png"
alt="Journal of Natural Products"
/></a>
<a
href="https://onlinelibrary.wiley.com/page/journal/15213773/homepage/notice-to-authors"
target="_blank"
><img
class="col-span-2 w-full object-contain lg:col-span-1"
src="/img/angewandte-chemie.png"
alt="Angewandte Chemie"
/></a>
<img
class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
alt=""
/>
<div
class="col-span-1 w-full object-contain lg:col-span-2"
>
<a
href="https://pubs.acs.org/doi/10.1021/acs.jnatprod.3c00281"
target="_blank"
><img
src="/img/jnp.png"
alt="Journal of Natural Products"
/></a>
</div>
<div
class="col-span-1 w-full object-contain lg:col-span-2"
>
<a
href="https://onlinelibrary.wiley.com/page/journal/15213773/homepage/notice-to-authors"
target="_blank"
><img
src="/img/angewandte-chemie.png"
alt="Angewandte Chemie"
/></a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit e051ad5

Please sign in to comment.