+ 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
5 Answers
+ 2
That just depends on where you want the pictures during different screen sizes. Change your flex-flow:
+ 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.
+ 1
Yes use media queries
Or make it more responsive with or without media queries
+ 1
thank you
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