unimelb / unimelb-design-system

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

notices components centre on news pages #908

Open dcollett opened 7 years ago

dcollett commented 7 years ago

Expected behaviour

Notices align left on all pages, as per the demo page: https://web.unimelb.edu.au/components/notices/

Actual behaviour

Notices centre on news & article pages (div class=article).

Steps to reproduce

eg: http://nas.le.unimelb.edu.au/dcollett/test/notices-news.html MCE: https://cms.unimelb.edu.au/controlled-environment/le/showcase/capturing-footage-with-a-mobile-device

axelboc commented 7 years ago

Note to self: applies only to notices implemented with div. Paragraphs have margin-left override inside articles: .article p { margin-left: 0; }.

dcollett commented 7 years ago

Your note to self is good to know @axelboc. I'll use notices on paragraphs only for now.