image_share.css 134 B

123456789101112
  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. }