@import './index.scss';

/* 页面宽度小于768px
------------------------------- */
@media screen and (max-width: $sm) {
	.tags-view-form {
		.tags-view-form-col {
			margin-bottom: 20px;
		}
	}
}
