Commit c5c92935 authored by Anthony Jacob's avatar Anthony Jacob
Browse files

few fix for mobile

parent 8438d526
Loading
Loading
Loading
Loading
+49 −0
Original line number Diff line number Diff line
@@ -1273,6 +1273,24 @@ footer {
}

@media (max-width: 660px) {

  .container-section {
    .row-section {
      .col-section {

        .container-section-header {

          .row-section-header-title {

            .col-section-header-title {
              font-size: 40px;
            }
          }
        }
      }
    }
  }

  .home .pitch-container {

    .text.text-function {
@@ -1283,6 +1301,37 @@ footer {

    }
  }

  .about {
    img {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }

  #services {
    img {
      margin-top: 20px;
      margin-bottom: 5px;
    }

  }

  .container-section.formation {
    .formation-container-center {
      ul {
        li {
          margin-bottom: 20px;

        }
      }
    }
  }

  .legal-notice {
    padding-top: 15px;
  }

}