@media all(max-width:400px) {
	.commentlist .comment-top {
		flex-direction : column;
		align-items    : flex-start;
	}
}