💄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:
parent
f11d35f057
commit
fb2b6608fe
4 changed files with 12 additions and 1 deletions
|
@ -33,6 +33,10 @@ body {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.websurfx-logo {
|
||||
width: clamp(12rem, 40rem, 48rem);
|
||||
}
|
||||
|
||||
/* styles for the search box and search button */
|
||||
|
||||
.search_bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue