Skip to content

Instantly share code, notes, and snippets.

@akther80
Created December 6, 2024 06:04
Show Gist options
  • Save akther80/38227f6cd3006283f54df820eac2e174 to your computer and use it in GitHub Desktop.
Save akther80/38227f6cd3006283f54df820eac2e174 to your computer and use it in GitHub Desktop.
Geeks- Search box width
@media (min-width: 992px) {
.navbar-expand-lg .search-form .search-field {
min-width: 228px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment