Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix responsiveness of icons #12

Merged
merged 4 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix icon colors and center max layout
diego-rapoport committed Apr 22, 2024
commit e4ec1149bac3d979549c2e38ad47462c6d382725
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -304,8 +304,8 @@ export default function Home() {
</div>
</div>
</section>
<section className='bg-white dark:bg-gray-900'>
<div className='pb-8 flex flex-wrap max-w-[85rem] justify-evenly ml-2 gap-8'>
<section className='bg-white dark:bg-gray-900 flex justify-center'>
<div className='pb-8 flex flex-wrap max-w-[85rem] justify-evenly gap-8 text-gray-500 dark:text-gray-400'>
<a
href='https://archlinux.org/'
className='flex-1 w-auto min-w-[180px] flex-content-center min-[977px]:min-w-[200px] basis-1/5'