adrianhajdin / project_modern_ui_ux_gpt3

Master the creation of Modern UX/UI Websites
https://gpt3-jsm.com
3.84k stars 874 forks source link

fixed_possibility_img_for_less_than_950px_devices #37

Closed khaled-hoshan closed 5 months ago

khaled-hoshan commented 5 months ago

I have noticed that the possibility img was not fitting on devices less than 950px It was: .gpt3__possibility-image img { width: unset; height: unset; } So i changed that to: .gpt3__possibility-image img { width: 100%; height: 100%; } And it worked perfectly.