update zh-en
This commit is contained in:
@@ -221,4 +221,23 @@ hide content only for mobile devices
|
||||
z-index: 1;
|
||||
/* 添加轻微阴影以实现视觉分离 */
|
||||
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.card-wide {
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
flex: 1 1 100% !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.grid.cards .card-wide {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.card-wide h1 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.card-wide hr {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
Reference in New Issue
Block a user