الگو:وابسته‌ها/styles.css

< الگو:وابسته‌ها
(تفاوت) → نسخهٔ قدیمی‌تر | نمایش نسخهٔ فعلی (تفاوت) | نسخهٔ جدیدتر ← (تفاوت)
.wn-list {
	max-height: 300px;
	overflow: auto;
	font-size: 90%;
	background: #f5faff;
}

.wn-list div:nth-child(1) {
	background: #f5faff;
	padding: 10px 20px;	
	column-width: 320px;
}

@media screen and (max-width: 719px) {
	.wn-list {
		max-height: none;
		overflow: auto;
	}
	
	.wn-list div:nth-child(1) {
		background: none;
		padding: 0px 10px;	
		column-width: 320px;
	}	
}