Change text-align responsively (with Bootstrap 3)?

后端 未结 9 2202
心在旅途
心在旅途 2021-01-30 09:54

I\'m using Bootstrap 3 for a blog. In my custom CSS, I recently added

body {
    text-align: justify;
    ...
}

I like the result on bigger scr

9条回答
  •  无人及你
    2021-01-30 10:55

    Have you tried col-auto and mr-auto? Further info: Margin utilities With the move to flexbox in v4, you can use margin utilities like .mr-auto to force sibling columns away from one another.

    Blah

    Blah

提交回复
热议问题