Ikkaom
Ikkaom

Reputation: 13

How to make CSS Grid fit to screen size?

I am using CSS Grid for my website. I would like to know how to make wrapper (divs) fit the screen size?

Upvotes: 0

Views: 3638

Answers (1)

George Litchfield
George Litchfield

Reputation: 70

Set the width of the wrapper (divs) to be 100%.

Upvotes: 1

Related Questions