HEX
Server: Apache
System: Linux server.tanduk.space 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: coachou (1042)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/coachou/public_html/wp-content/themes/colormag/assets/sass/layouts/pages/_search.scss
/* Search.
--------------------------------------------- */
.search {

	.status-publish {
		margin-bottom: length( 'l-15' );
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		width: 48.7013%;

		.cm-post-content {
			padding: length( 'l-8' );
		}

		&:nth-child( 2n ) {
			float: left;
			clear: both;
		}

		&:nth-child( 2n+1 ) {
			float: right;
		}

		&:first-child {
			float: none;
			width: 100%;
		}
	}

	.cm-grid-style-2.status-publish {
		width: 100%;

		img {
			float: left;
			margin-bottom: 0;
			margin-right: length( 'l-10' );
		}
	}
}