html-starter-bs4-webpack icon indicating copy to clipboard operation
html-starter-bs4-webpack copied to clipboard

Fix blocks align on mobile

Open Misiu opened this issue 6 years ago • 1 comments

Hi there, on desktop and tablets blocks with images and text look correct: image

but on mobile, the second image is placed below the text: image

Ideally when on mobile page should look like this: image

I'm not sure if it is easily doable, but I'm sure this way the page would look better

Misiu avatar Sep 04 '19 07:09 Misiu

It looks like the only thing needed are order-2 order-md-1 classed:

image

Misiu avatar Sep 04 '19 08:09 Misiu