Prevent text from bumping sides on mobile devices

This commit is contained in:
ISSOtm
2020-03-24 10:22:03 +01:00
parent 3c304f3acf
commit 26af2bff5e

View File

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