@dianapaulinnnSubmitted over 1 year ago
I could use help with deciding margins and how to make it more responsive. I'm unsure of the media queries. I don't know why the icons are not showing properly. They show properly on my local server though.
I could use help with deciding margins and how to make it more responsive. I'm unsure of the media queries. I don't know why the icons are not showing properly. They show properly on my local server though.
Hi, I can see why the icons are not showing:
You are trying to source the images from the "./assets/images" folder, but this folder not exist in your code-base. From what I'm seeing the icons are located in the root folder of your project, so removing the "./asset/images" will most likely solve this problem.