Skip to content

Instantly share code, notes, and snippets.

@weaming
Created July 6, 2018 11:24
Show Gist options
  • Save weaming/7b710eaa00a937950dc728ba1da0532c to your computer and use it in GitHub Desktop.
Save weaming/7b710eaa00a937950dc728ba1da0532c to your computer and use it in GitHub Desktop.
Make google search center on wide screen
.mw,
.tsf{
margin: 0 auto;
}
/* search tool bar */
#hdtb-msb,
#resultStats {
position: relative;
left: calc((100vw - 950px)/2);
}
/* bottom info bar */
.B4GxFc {
margin-left: calc((100vw - 950px)/2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment