Skip to content

Commit 5730fc3

Browse files
committed
Update readme
Signed-off-by: Jay Wang <[email protected]>
1 parent 2e8ed69 commit 5730fc3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Save time and get the most impactful recommendations with RecRec!
3333

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

3939
## How Does RecRec Work?

src/components/recrec/recrec.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
max-width: 1200px;
77
box-sizing: border-box;
88

9-
/* overflow: hidden; */
10-
border: 1px solid var(--gray-300);
9+
/* border: 1px solid var(--gray-300); */
10+
1111
overflow: hidden;
12-
/* border-radius: var(--border-radius); */
12+
border-radius: var(--border-radius);
1313
background: white;
14-
/* box-shadow:
14+
box-shadow:
1515
0 0 2px hsla(0, 0%, 0%, 0.1),
1616
0 0 10px hsla(0, 0%, 0%, 0.04),
1717
0 0 15px hsla(0, 0%, 0%, 0.04),
18-
0 0 30px hsla(0, 0%, 0%, 0.04); */
18+
0 0 30px hsla(0, 0%, 0%, 0.04);
1919
}
2020

2121
button {

0 commit comments

Comments
 (0)