模板:Main page/landmark/styles.css

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
#home-landmark {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.landmark-flexcontainer {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	padding-top: 4px;
	border-top: 1px solid #ddd !important;
}

.landmark-card {
	width: 100%;
	position: relative;
}

.landmark-background {
	border-radius: 8px;
}

.landmark-foreground {
	position: absolute;
	bottom: 0px;
}