D-flex justify question

Hello Everyone,
I’m using “d-flex justify-content-end” for two icons I want to display on Desktop. I want to center the icons on mobile, so what would I add to the d-flex to accomplish this?

If you add d-flex justify-content-center justify-content-m-end it should do what you need. Centred as default and then adapted to end on medium devices and above.

2 Likes

Thank you @habitualshaker, I’m still learning. It makes sense that I should address the mobile first, then adapt to larger sizes. I was trying to do it backwards…lol.

1 Like