Skip to content

Instantly share code, notes, and snippets.

@mountainash
Last active October 18, 2023 14:01
Show Gist options
  • Save mountainash/cc8dfd315bbf967478220f7668bc6081 to your computer and use it in GitHub Desktop.
Save mountainash/cc8dfd315bbf967478220f7668bc6081 to your computer and use it in GitHub Desktop.
Arc Boost: You.com to Google.com Search Link
@mountainash
Copy link
Author

mountainash commented Jul 15, 2023

Use the 'You need more' Boost from the Boost Gallery or add the following CSS yourself to make You.com use up more of your viewport (great for larger screens):

#header nav {
  flex-grow: 1;
}
#header nav ul {
  justify-content: space-evenly !important;
  width: 100% !important;
}
#section > div {
  min-width: 1rem !important;
}
#section main div,
#section main ul {
  max-width: 100% !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment