Created
November 24, 2022 16:26
-
-
Save rawnly/f0274332f47bf2a1184bc51f30133455 to your computer and use it in GitHub Desktop.
Simple Arc easel to center google search on high res screens
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
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