V
V
vlados096zver2021-03-17 15:39:28
gulp.js
vlados096zver, 2021-03-17 15:39:28

How to change compilation in gallpa?

now

@media screen and (max-width: 780px) {
  .request {
  padding-top: 10px;
  }
}

@media screen and (max-width: 780px) {
  .block {
  margin: 20px;
  }
}


and before it was
@media screen and (max-width: 780px) {
  .request {
  padding-top: 10px;
  }

  .block {
  margin: 20px;
  }
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question