Review Technical documentation project

#project-feedback

Please review my project and help me with media query for mobile display.

https://codepen.io/SailyTaskar99/pen/ExYyVBg?editors=1100

Thank You.
Saily Taskar

@saily.taskar
I would say that your codebox div needs some padding because the text is touching the edges. Try this

.codebox{
    padding: 1rem;
    background-color: #dfe8e1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

codebox

Ok. I will do that. Thank you.

Saily