@media only screen and (max-width: 768px) {
  body {
    padding: 20px;
    font-size: 16px;
  }
}