how can i change the gap between images at last page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can i change the gap between images at last page

it works well on laptop and tablet but on phone it has big gap between and media query not solve that https://code.sololearn.com/W18z54cphMFm/?ref=app

22nd May 2022, 8:31 PM
ESLAM YASSER
ESLAM YASSER - avatar
5 Answers
+ 2
That just depends on where you want the pictures during different screen sizes. Change your flex-flow:
23rd May 2022, 6:42 AM
Chris Coder
Chris Coder - avatar
+ 2
Okay figured it out look at the https://skriper.dev/ source code. they have their img nested in the div. If you follow their structure you can get it to work.
23rd May 2022, 6:05 AM
Chris Coder
Chris Coder - avatar
+ 1
Yes use media queries Or make it more responsive with or without media queries
23rd May 2022, 8:44 AM
Mikeey
Mikeey - avatar
+ 1
thank you
23rd May 2022, 8:59 AM
ESLAM YASSER
ESLAM YASSER - avatar
0
Chris Coder i think i did that by the easiest way but i don't like this solution and i want to use media query to make it change on other devices
23rd May 2022, 6:16 AM
ESLAM YASSER
ESLAM YASSER - avatar