style.scss 186 B

1234567891011121314151617
  1. img {
  2. max-width: 100%;
  3. height: auto;
  4. }
  5. /* apple videos */
  6. #video-content {
  7. text-align: center;
  8. }
  9. /* google books */
  10. #selected-book {
  11. img {
  12. float: left;
  13. margin-right: 10px;
  14. }
  15. }