+ 1
Styling for Smartphones?
I would like to know how to Style my Page, so it shifts the text so you can read ir on a smartphone? I would apréciate any answer that helps me. Thanks https://code.sololearn.com/W6wKPmaSbdii/?ref=app
1 Answer
+ 1
You need to put things in order in css.
Change:
.wrapper{
margin: 0 auto;
width: 100%;
}