I recently tried to publish some content and found the text to be WAY too small on cell phones. So I searched the web and found this <HEAD> content that fixes the problem. Just add this tag inside your HEAD block:
<meta name='viewport' content='width=device-width initial-scale=1'/>
I also noticed that they added a way to create nested tree views that open and close without and script or CSS in HTML5, which is now in every major browser. Just use the <details> and <summary> tags
No comments:
Post a Comment