unimelb / unimelb-design-system

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

Event detail pages don't display the aside section used for date and time #915

Closed dylankelly closed 7 years ago

dylankelly commented 7 years ago

Expected behaviour

Events should show the .aside class content used for Date and time

screen shot 2017-08-16 at 10 49 04 am

Actual behaviour

.aside class is not displayed when combined with .uomcontent .detail .upper on parent

screen shot 2017-08-16 at 10 48 54 am

Steps to reproduce

Issue occurs in latest Chrome, Safari and Firefox

Example URL -> https://events.unimelb.edu.au/events/8931-opportunities-and-obstacles-for-stem-education

Hotfix was to change the margin-left to padding-left

@media screen and (min-width: 769px) { .uomcontent .detail .upper { padding-left: 18.75rem; } }