Post In Heaven ... Mobile Friendly Now!!!
Oct
20
https://www.postinheaven.com
Thank you, Taylor for helping me on this.
To make postinheaven mobile-friendly, please add the following code to the <head> tag .
Paste this underneath the <title> tag:
<meta name="viewport" content="width=device-width, initial-scale=1" />
Paste this before "</head>" the closing head tag:
<style type="text/css">
* {
box-sizing:border-box;
max-width:100%;
}
</style>