💄websurfx logo redesign for better understandability (#418)

* lazyload search result text with css content-visibility

* typo, lightning-fast is grammatically correct

* revamped logo to look more modern

* added class to control how new logo looks and behaves

* added class to control how new logo looks and behaves

---------

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
aocosmic 2023-12-05 20:29:44 +08:00 committed by GitHub
parent f11d35f057
commit fb2b6608fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View file

@ -33,6 +33,10 @@ body {
display: flex;
}
.websurfx-logo {
width: clamp(12rem, 40rem, 48rem);
}
/* styles for the search box and search button */
.search_bar {