unimelb / unimelb-design-system

A complete design system for the University of Melbourne
https://web.unimelb.edu.au
30 stars 12 forks source link

Science.unimelb - Site header missing padding on mobile #857

Closed rhyslawry closed 7 years ago

rhyslawry commented 7 years ago

Behaviour

Top padding incorrect for mobile devices on http://science.unimelb.edu.au/ Seems to be missing the padding-top: 11.25rem that other sites (like MDHS) have i.e.

@media screen and (min-width: 769px) {
    .uomcontent .floating+[role=main] header {
        padding-top: 11.25rem;
    }
}

Screenshots

From actual iPhone 6 device: image From Chrome's Inspect Element device simulator: image

axelboc commented 7 years ago

Hi Rhys, sorry for the delay. Is this still happening?

rhyslawry commented 7 years ago

@axelboc It looks fine at the moment, not sure what caused the issue or if something fixed it image

axelboc commented 7 years ago

Hmm strange. Well, closing for now. Don't hesitate to re-open if it happens again.