Bootstrap right Column on top on mobile view

前端 未结 11 2181
逝去的感伤
逝去的感伤 2020-11-28 17:51

I have a Bootstrap Page like this:

A
11条回答
  •  臣服心动
    2020-11-28 18:38

    The below code work for me

    .row {
        display: flex;
        flex-direction: column-reverse;
    }
    

提交回复
热议问题