The editors' meeting has been canceled for technical reasons.

User:Selfice/sandbox/首页/styles.css

来自NeuroWiki
Selfice留言 | 贡献2024年12月26日 (四) 23:07的版本
跳转到导航 跳转到搜索
.base_block {
	padding: 1.6em;
	margin: 0.8em auto;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 5px #aaa;
}
.base_block_main{
	max-width: 1600px;
}
.flex_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.welcome_title{
	width:100%;
	font-weight: bold;
	font-size: 36px;
	display: contents;
}
.sidebar_block{
	min-width:300px;
	margin:0;
	flex-grow: 1;
	padding: 0;
}