-
Notifications
You must be signed in to change notification settings - Fork 3
added gallery #11
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
base: main
Are you sure you want to change the base?
added gallery #11
Conversation
PradyumnaKrishna
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please format the files as well using npm run format.
|
|
||
| <div class="gallery flex flex-col lg:w-1/2 m-auto items-center"> | ||
| <div class="overflow-y-auto"> | ||
| <div class="flex flex-col gap-4 sm:flex-row sm:flex-wrap md:flex-col lg:flex-row lg:flex-wrap xl:flex-col"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be simple
| <div class="flex flex-col gap-4 sm:flex-row sm:flex-wrap md:flex-col lg:flex-row lg:flex-wrap xl:flex-col"> | |
| <div class="flex flex-wrap flex-col lg:flex-row"> |
| <div class="overflow-y-auto"> | ||
| <div class="flex flex-col gap-4 sm:flex-row sm:flex-wrap md:flex-col lg:flex-row lg:flex-wrap xl:flex-col"> | ||
| <div style="display: flex;"> | ||
| <div class="w-full overflow-hidden rounded-lg shadow-lg mb-4 flex justify-center items-center"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this might work, but try to make it look good.
| <div class="w-full overflow-hidden rounded-lg shadow-lg mb-4 flex justify-center items-center"> | |
| <div class="basis-1/2 grow-0 max-h-[400px] overflow-hidden rounded-lg shadow-lg mb-4 flex justify-center items-center"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am trying
|
If you wan't able to complete this don't worry. I didn't love it much, we will figure something else out. We can avoid adding it. |
No description provided.