CSS Grid odd responsive behavior

Hi @rolomathias

Here’s an explanation of why you’re seeing the overflow:

To see the actual design, either:

  1. Hide empty elements from the left sidebar

https://cl.ly/3e40774d7cbc/Screen%20Recording%202018-11-26%20at%2010.49%20AM.gif

  1. Set the padding on your blocks to 0,0,0,0. Even if it’s 0 by default.

https://cl.ly/1ec9c96f0ad6/Screen%20Recording%202018-11-26%20at%2010.50%20AM.gif

Hope this is helpful.

1 Like