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

align keywords on small screen

parent e4ac045f
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1261,6 +1261,19 @@ footer {
  }
}

@media (max-width: 660px) {
  .home .pitch-container {

    .text.text-function {
      min-width: 100px;

      display: flex;
      justify-content: center;

    }
  }
}


/*
@import "../node_modules/bootstrap/less/variables.less";