CSS margin is always relative to the containing element. For some reason, using the browser inspector, this does not get propagated properly. Adding a containing element with the size of the child element allows us to use margin to offset the icon.
CSS margin is always relative to the containing element. For some reason, using the browser inspector, this does not get propagated properly. Adding a containing element with the size of the child element allows us to use margin to offset the icon.