Skip to content

Commit

Permalink
fix: the card responsiveness at medium screen (in past edition page) (#…
Browse files Browse the repository at this point in the history
…311)

* fixed the card responsiveness

* reviewed changes made

---------

Co-authored-by: Ace <[email protected]>
  • Loading branch information
TenzDelek and AceTheCreator authored Apr 16, 2024
1 parent 7fc549c commit 4cec754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/editions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const PastEditions = () => {
<h1 className='text-5xl sm:text-4xl px-10 py-4 rounded-full bg-violet-700 text-white my-4 text-center w-fit mx-auto font-bold'>AsyncAPI Conf</h1>
</div>

<div className='w-3/4 sm:w-10/12 my-10 mx-auto grid grid-cols-2 sm:grid-cols-1 gap-[60px]'>
<div className='w-3/4 sm:w-10/12 my-10 mx-auto grid grid-cols-2 lg:grid-cols-1 gap-[60px]'>
{
pastEditionsArchiveLinks.map((item, index) => {
return <PastEditonCard key={index} url={item} />
Expand Down

0 comments on commit 4cec754

Please sign in to comment.