make p text align left
authorxenophenes <xenophenes42@gmail.com>
Thu, 20 Apr 2017 22:43:34 +0000 (15:43 -0700)
committerxenophenes <xenophenes42@gmail.com>
Thu, 20 Apr 2017 22:43:34 +0000 (15:43 -0700)
static/css/style-medium.css

index 18905eb73acbdfb369b2a815188831254ae1f3d2..b3dd711c74f892fc9e598390490425db649ca6b7 100644 (file)
                padding-left: 0;
                padding-right: 0;
        }
+
+       p {
+               text-align: left;
+       }