vimwiki

Media query

body {
  margin: 24px;
}

@media (max-width: 600px) {
  body {
    margin: 8px;
  }
}

Common breakpoint

More on it