更多操作
.mw-body-header, .citizen-body
{
width: 100%;
}
.home-grid {
display: grid;
grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) );
grid-auto-rows: minmax( 3rem, auto );
grid-gap: 0.625rem;
}
.home-card {
position: relative;
padding: 15px;
background: var( --color-surface-1 );
border-radius: 8px;
font-size: 0.875rem;
}
.home-footer {
font-size: 0.875rem;
font-family: monospace;
text-align: center;
}