responsive.css 94 B

12345
  1. @media screen and (max-width:991px) {
  2. .event-box p{
  3. margin-left: 20px;
  4. }
  5. }