PragatiVerma18 / Snippet-Share

This is a snippet sharing app that can be used to share snippets of code and more.
https://snip-share.herokuapp.com/
46 stars 35 forks source link

Fixed sidebar using media queries #70

Closed dhairyaostwal closed 3 years ago

dhairyaostwal commented 3 years ago

@PragatiVerma18 Sidebar had margin-left:40px earlier. But in mobile view it was extra unneeded space. So, I've replaced it with 1rem space both ends on left and right in mobile view.

Thanks for the opportunity :)

Screenshot 2021-01-23 at 14 34 43
dhairyaostwal commented 3 years ago

Your welcome!