Css – Elements in flexbox are shaking when resizing window
I am using CSS flexbox to create a row that has 2 elements: div that has 50% width with heading and paragraph div that has width of 28rem and contains flexbox grid. the row is set to flex-wrap: wrap. The…