1 parent 844bdf2 commit c808866Copy full SHA for c808866
1 file changed
docs/index.html
@@ -372,8 +372,8 @@
372
/* Screenshots - 交互卡片 */
373
.screenshots {
374
display: grid;
375
- grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
376
- gap: 2rem;
+ grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
+ gap: 1.5rem;
377
margin: 2rem 0;
378
}
379
.screenshot-item {
@@ -399,8 +399,10 @@
399
.screenshot-item:hover::before { opacity: 1; }
400
.screenshot-item img {
401
width: 100%;
402
+ max-width: 260px;
403
+ margin: 0 auto;
404
display: block;
- border-radius: 20px;
405
+ border-radius: 16px;
406
border: 1px solid var(--border);
407
408
.screenshot-item p {
0 commit comments