@SixcoolZSubmitted over 1 year ago
I had difficulty in the responsive before making some changes.
I had difficulty in the responsive before making some changes.
For the accessibility report , you should change the div tag of attribution to footer tag.
And For the responsiveness part, I think the main issue is because of height of body element. So you should add height: 100vh;
to body element css and this will solve many of your problems.