style.css 223 B

1234567891011121314
  1. img {
  2. max-width: 100%;
  3. height: auto; }
  4. /* apple videos */
  5. #video-content {
  6. text-align: center; }
  7. /* google books */
  8. #selected-book img {
  9. float: left;
  10. margin-right: 10px; }
  11. /*# sourceMappingURL=style.css.map */