Skip to content

Instantly share code, notes, and snippets.

@sheerun
sheerun / styles.css
Created June 25, 2020 17:17
Fix new GitHub UI (redue maximum width of navbar)
.application-main {
max-width: 1180px;
margin: 0 auto;
}
* {
border-radius: 0 !important;
box-shadow: none !important;
}