_gallery.scss 378 B

12345678910111213141516171819
  1. // Styling for the gallery section
  2. /*====================================================
  3. GALLERY
  4. ======================================================*/
  5. .gallery {
  6. background: $gray-200;
  7. .gallery-img {
  8. margin: 0 10px;
  9. img {
  10. margin-bottom: 10px;
  11. box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.2);
  12. border-radius: 7px;
  13. height:500px;
  14. }
  15. }
  16. }