Skip to content

Instantly share code, notes, and snippets.

@VirgilMing
Created March 31, 2018 02:47
Show Gist options
  • Save VirgilMing/a4dfb40df35773bbb0a87a482679dd22 to your computer and use it in GitHub Desktop.
Save VirgilMing/a4dfb40df35773bbb0a87a482679dd22 to your computer and use it in GitHub Desktop.
Centering Google search results for wide screen
/* to be used with stylish, URL starting with https://www.google.com/search */
#cnt #center_col,
.mw #center_col {
margin: auto !important;
width: 50em;
}
.mw {
margin-left: auto;
margin-right: auto;
}
.col {
width: 80em !important;
float: none !important;
margin-left: auto;
margin-right: auto;
}
.g {
line-height: 1.2;
margin-left: auto;
margin-right: auto;
max-width: 50em;
font-family: "Helvetica Neue" !important;
font-weight:300;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment