优化卡片组件样式

This commit is contained in:
jxxghp
2025-07-10 22:00:06 +08:00
parent bc1849f0a0
commit 6691f40c49
11 changed files with 30 additions and 20 deletions
+1 -2
View File
@@ -102,7 +102,6 @@ body {
.slider-header {
position: relative;
display: flex;
margin-block: 1.5rem 1rem;
}
.slider-title {
@@ -183,7 +182,7 @@ body {
}
.grid-media-card {
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
}
.grid-backdrop-card {