Created
July 6, 2018 11:24
-
-
Save weaming/7b710eaa00a937950dc728ba1da0532c to your computer and use it in GitHub Desktop.
Make google search center on wide screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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