/* Left-align all article content site-wide */
article {
  text-align: left;
}
article * {
  text-align: left;
}