@charset "utf-8";

/* =========================================================
 /social/outline.css
========================================================= */

/* Common Parts
--------------------------------------------------------- */

/* ----- Layouts ----- */

.social .projects div {
  width: 295px;
  padding: 15px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  background: #fff;
  float:left;
  }

/* Responsive max-width: 768px
--------------------------------------------------------- */

@media screen and (max-width: 768px){
  
  .social .projects div {
    width: auto;
    }
  .social .projects div,
  .social .projects div.fr {
    float: none !important;
    }
  .heightLine-row1,
  .heightLine-row2 {
    height: auto !important;
    }
}

