Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <[email protected]>
  • Loading branch information
xiaohk committed Jul 10, 2024
1 parent 2e8ed69 commit 5730fc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Save time and get the most impactful recommendations with RecRec!

<details>
<summary>Click to see the high-resolution demo video!</summary>
<video src="https://github.com/xiaohk/recrec/assets/15007159/0c8cd6f9-e68c-45fe-9ca2-89c29249b8e8"></video>
<video src="https://github.com/xiaohk/recrec/assets/15007159/7eb1e64b-9e13-4426-8b7a-abe41939d5bf"></video>
</details>

## How Does RecRec Work?
Expand Down
10 changes: 5 additions & 5 deletions src/components/recrec/recrec.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
max-width: 1200px;
box-sizing: border-box;

/* overflow: hidden; */
border: 1px solid var(--gray-300);
/* border: 1px solid var(--gray-300); */

overflow: hidden;
/* border-radius: var(--border-radius); */
border-radius: var(--border-radius);
background: white;
/* box-shadow:
box-shadow:
0 0 2px hsla(0, 0%, 0%, 0.1),
0 0 10px hsla(0, 0%, 0%, 0.04),
0 0 15px hsla(0, 0%, 0%, 0.04),
0 0 30px hsla(0, 0%, 0%, 0.04); */
0 0 30px hsla(0, 0%, 0%, 0.04);
}

button {
Expand Down

0 comments on commit 5730fc3

Please sign in to comment.