image_share.css 170 B

12345678910111213141516
  1. /* CSS declarations go here */
  2. .thumbnail {
  3. height:500px;
  4. }
  5. .thumbnail-img {
  6. max-height: 300px;
  7. }
  8. body {
  9. padding-top: 50px;
  10. }
  11. .single-img {
  12. max-width: 100%;
  13. }