/* 
Theme Name: Susphover
Description: An ordinary exploration
version: 0.1.2
Author: Jerry Li
*/

/* body department */

body{
	min-height: 100dvh;/* 让body高度至少占满屏幕 */
	display: flex !important;
	flex-direction: column;/* 子元素垂直排列 */
}
a{
	text-decoration: none;
}


.single-container{
	flex: 1;/* 挤压剩余空间 */
	display: flex;
	flex-direction: column;
	min-height: 0:
}
.blog-container{
	flex: 1;/* 挤压剩余空间 */
	display: flex;
	flex-direction: column;
}

.footer-container{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	flex-shrink: 0;
}