Skip to content

Instantly share code, notes, and snippets.

@NichlasB
Last active 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/f9ad5af6f378e442093f390b8dda8d93 to your computer and use it in GitHub Desktop.
Save NichlasB/f9ad5af6f378e442093f390b8dda8d93 to your computer and use it in GitHub Desktop.
Xeno Mobile View > Help Center > Sticky Container
.help-center-padding-fixed {
padding-bottom: 5px;
padding-top: 5px;
}
@media (max-width: 600px) {
.help-center-container {
padding: 0 20px
}
#search-input {
margin: 10px 0;
padding-bottom: 10px;
padding-top: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment