Skip to content

Instantly share code, notes, and snippets.

@juanfernandes
Last active March 20, 2021 07:32
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 juanfernandes/e1bb1d094bba2aeb5928a1396a38bbcd to your computer and use it in GitHub Desktop.
Save juanfernandes/e1bb1d094bba2aeb5928a1396a38bbcd to your computer and use it in GitHub Desktop.
.dashboard {
display: none;
}
.content-main {
float: none !important;
margin: 0 auto !important;
max-width: 800px !important;
width: 100% !important;
}
[data-testid="sidebarColumn"] {
display: none;
}
[role="banner"] {
display: none;
}
[role="main"] {
align-items: center;
width: 800px;
}
[role="main"] > div {
max-width: 800px;
}
[data-testid="primaryColumn"] {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment