Skip to content

Instantly share code, notes, and snippets.

@kinduff
Last active April 24, 2021 22:46
Show Gist options
  • Save kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0 to your computer and use it in GitHub Desktop.
Save kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0 to your computer and use it in GitHub Desktop.
[Fix Github Header using Stylus] #stylus
/* ==UserStyle==
@name Fix Github Header
@description That would be 100 dollars
@namespace github.com
@homepageURL
@supportURL
@updateURL
@author kinduff <[email protected]> (https://github.com/kinduff)
@version 1.0.0
@license MIT
@preprocessor stylus
==/UserStyle== */
.pagehead > div,
.pagehead > nav {
max-width: 1280px;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment