justify-content property isn't working

前端 未结 5 1032
悲哀的现实
悲哀的现实 2020-12-13 08:07

I have an odd issue that I\'m having trouble with. So I\'ve been working on this prototype html5 template that uses flexbox. Though I\'ve been running into one slight proble

5条回答
  •  执念已碎
    2020-12-13 08:39

    Go to inspect element and check if .justify-content-center is listed as a class name under 'Styles' tab. If not, probably you are using bootstrap v3 in which justify-content-center is not defined.

    If so, please update bootstrap, worked for me.

提交回复
热议问题