打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Main page/shared/styles.css

来自CitiZons Wiki
Haoming Xu留言 | 贡献2024年8月25日 (日) 00:40的版本
.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;
}