issues
search
unimelb
/
unimelb-design-system
A complete design system for the University of Melbourne
https://web.unimelb.edu.au
30
stars
12
forks
source link
Fix responsive styles of notices and children of steps list
#836
Closed
axelboc
closed
7 years ago
axelboc
commented
7 years ago
use
wrapper
mixin for notices to get the same behaviour as paragraphs on mobile (94% width)
force
margin-left: 0;
and
max-width
on direct children of steps list to bypass selector specificity issues
wrapper
mixin for notices to get the same behaviour as paragraphs on mobile (94% width)margin-left: 0;
andmax-width
on direct children of steps list to bypass selector specificity issues