Chris James

Results 1 issues of Chris James

My first immediate concern is how do you handle media queries? e.g. ``` .container { width: 100%; padding: 3rem; @media (min-width: 800px) { width: 50%; } } .full-width { width:...

question