Skip to content

Instantly share code, notes, and snippets.

@michabbb
Created August 28, 2022 11:33
Show Gist options
  • Save michabbb/90dfc4cea3203453b1cde831fa2467c3 to your computer and use it in GitHub Desktop.
Save michabbb/90dfc4cea3203453b1cde831fa2467c3 to your computer and use it in GitHub Desktop.
neeva.com custom styles for large screens
:root {
--n-column-width-xl: 1200px !important;
--color-semantic-base: #111827 !important;
}
@media (min-width: 3000px) {
.app-layout__pageWidth-3F8hH > div:first-of-type {
width: 2000px !important;
}
.app-layout__maxWidth-21X-0 {
width: 2000px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment