Skip to content

Instantly share code, notes, and snippets.

@NichlasB
Created June 2, 2019 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NichlasB/e0de2ba0c43cc16ecc7e790bb0648517 to your computer and use it in GitHub Desktop.
Save NichlasB/e0de2ba0c43cc16ecc7e790bb0648517 to your computer and use it in GitHub Desktop.
Xeno Mobile View > Help Center > Content Container
@media (max-width: 600px) {
.header-content {
padding-left: 20px;
padding-right: 20px;
}
body .help-center-breadcrumb {
padding-left: 20px;
padding-right: 20px;
}
.help-center-container {
padding-left: 0;
padding-right: 0;
}
body .help-center-hit {
padding: 25px 5%;
}
.help-center-hit ul li,
.help-center-hit ol li {
padding-left: 30px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment