💄 Spacing between the names of the search engines in the search results (#422)

* spacing between names fixed

* 🔖 chore(release): bump the app version (#422)

* 🔖 chore(release): bump the app version (#422)

---------

Co-authored-by: alamin655 <mdalamin655@outlook.com>
This commit is contained in:
Ananth 2023-12-06 16:45:06 +05:30 committed by GitHub
parent 4cd1810527
commit 62682911fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -326,6 +326,9 @@ footer {
font-size: 1.2rem;
padding: 1rem;
color: var(--color-five);
display: flex;
gap: 1rem;
justify-content: right;
}
/* Styles for the 404 page */