mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
website: add simplex reviews section (#2346)
* website: add simplex reviews section * website: update review section position & add quality images * website: add dark mode images * website: avoid text selection when hover on logos * website: add layout fix * website: add spaces in simplex review * website: improve margin of simplex review * website: add title to logos in simplex review * titles, order * update images * move images --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,13 @@ html {
|
||||
letter-spacing: 0.003em;
|
||||
}
|
||||
|
||||
img{
|
||||
user-select: none;
|
||||
-webkit-user-select: none; /* For Safari and older Chrome versions */
|
||||
-moz-user-select: none; /* For Firefox */
|
||||
-ms-user-select: none; /* For Internet Explorer and Edge */
|
||||
}
|
||||
|
||||
/* #comparison::before {
|
||||
display: block;
|
||||
content: " ";
|
||||
|
||||
Reference in New Issue
Block a user