DVGY
January 17, 2020, 4:57pm
#1
When i am resizing my window to 641x636
or width less
than 641
the white space increases on right side of image. So can any one tell me what should i add my media query. Please help
Edit: Same things happens on image-container
class and footer
element
Here is my code : https://codepen.io/DVGY/full/VwYGbaR
Thanks
Roma
January 20, 2020, 6:40pm
#2
The provided link gives a 404(Page Not Found)
error
DVGY
January 21, 2020, 11:58am
#3
Ohh yaa i am so sorry, actually no one replied so I deleted my project and made a new one. I have few questions
https://codepen.io/DVGY/full/VwYEGBQ : This is link of my new project
Do I need to add media queries ?
Please suggest any change or problem if you can, it would be very helpful
snigo
January 21, 2020, 12:14pm
#4
Yes you need to media query in which you would change flex-direction
of the container to column
(it’s set to row
by default)
DVGY
January 21, 2020, 2:27pm
#5
Yaa just to stack. I know. Thanks for clearing everything