shithub: rgbds

Download patch

ref: 26af2bff5e3d379d8b9a46baed8bcb9b96b32745
parent: 3c304f3acf5ff914ec3b1c8faacbc4c39c32ef36
author: ISSOtm <eldredhabert0@gmail.com>
date: Tue Mar 24 06:22:03 EDT 2020

Prevent text from bumping sides on mobile devices

--- a/docs/rgbds.css
+++ b/docs/rgbds.css
@@ -19,6 +19,9 @@
 	font-size: 16px;
 	line-height: 1.4;
 	text-align: justify;
+
+	/* Prevent text from bumping sides on mobile devices */
+	padding: 10px 20px 10px 10px;
 }
 @media print {
 	body {