Index: wordpress.org/public_html/style/blog-wp4.css
===================================================================
--- wordpress.org/public_html/style/blog-wp4.css	(revision 11917)
+++ wordpress.org/public_html/style/blog-wp4.css	(working copy)
@@ -113,6 +113,11 @@
 .storycontent {
 	padding-right: 60px;
 }
+@media screen and (max-width:576px) {
+	.storycontent {
+		padding-right: 0;
+	}
+}
 
 .storycontent ul li {
 	margin-bottom: 5px;
