ujh/fountainpencompanion

View on GitHub
app/javascript/stylesheets/admin/blog.scss

Summary

Maintainability
Test Coverage
#posts {
  .post {
    width: 100%;
    overflow-x: auto;
  }

  .notification_stats {
    font-size: small;
  }

  img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .multi {
    img {
      width: 50%;
      float: left;
    }

    &::after {
      clear: both;
    }
  }
}