Skip to content

Instantly share code, notes, and snippets.

@rawnly
Created November 24, 2022 16:26
Show Gist options
  • Save rawnly/f0274332f47bf2a1184bc51f30133455 to your computer and use it in GitHub Desktop.
Save rawnly/f0274332f47bf2a1184bc51f30133455 to your computer and use it in GitHub Desktop.
Simple Arc easel to center google search on high res screens
form.tsf:first-of-type {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
#center_col {
max-width: 1240px;
width: 100%;
margin: 0 auto;
}
#rcnt {
max-width: none;
}
.logo { display: none ; }
[role=navigation] > div {
display: flex;
justify-content: center;
}
[role=navigation] > div > div > div + div {
display: none;
}
#slim_appbar > div {
position: relative;
justify-content: flex-end;
margin: 0;
font-size: 10px;
opacity: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment