@Davros2014Submitted about 4 years ago
Feedback appreciated
Feedback appreciated
I noticed that in the mobile layout, your trackerOutput panel overlaps the search bar, maybe this could help:
You should nest your trackerOutput panel inside your header section, that way, if you add "position: relative;" propety to the header and "top: 170px;"(or something around it) to the trackerOutput it should work fine on the mobile view.
I am asuming you made this for semantic reasons, not wanting to have a section nested inside another section but i think, in this case, that is fine.
Although by semantics maybe the titles "IP Address, Location, Timezone and ISP" should be h2 and the values an h3 or p, even if they are smaller.