Skip to content

Commit eaf30ce

Browse files
committed
fix
1 parent a9facdc commit eaf30ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/example/demo.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
padding: 0 50px;
33
display: grid;
44
justify-content: space-around;
5+
align-items: center;
56
grid-template-columns: repeat(auto-fill, 300px);
67
grid-gap: 40px;
78
}

docs/example/hover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const url1 =
1212
const url2 =
1313
'https://github.com/image-component/gallery/blob/main/girl/6.jpg?raw=true';
1414
const url3 =
15-
'https://github.com/image-component/gallery/blob/main/girl/8.jpg?raw=true';
15+
'https://github.com/image-component/gallery/blob/main/girl/8.png?raw=true';
1616

1717
const App = () => {
1818
return (

0 commit comments

Comments
 (0)