_contact.scss 496 B

12345678910111213141516171819202122232425
  1. // Styling for the contact section
  2. /*====================================================
  3. CONTACT
  4. ======================================================*/
  5. .contact {
  6. .contact-cont {
  7. margin:0 auto 60px auto;
  8. text-align: center;
  9. a {
  10. text-decoration: none;
  11. }
  12. img {
  13. margin:0 auto;
  14. margin-bottom: 15px;
  15. }
  16. h5 {
  17. text-align: center;
  18. color:$gray-500;
  19. }
  20. }
  21. }