HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguy.com/wp-content/themes/storefront/sass/components/_content.scss
/**
 * Content
 */

.sticky {
	.entry-title {
		&:before {
			font-family: "FontAwesome";
			font-weight: 400;
			margin-right: .53em;
			content: "\f08d";
		}
	}
}

.hentry {
	margin: 0 0 4.236em;
	padding-bottom: 3.631em;
	border-bottom: 6px solid rgba(0,0,0,0.05);

	.wp-post-image {
		margin-bottom: 1.618em;
		margin-left: auto;
		margin-right: auto;
	}

	.entry-header {
		border-bottom: 3px solid $color_body;
		margin-bottom: 3.631em;

		h1 {
			border-bottom: 1px solid $color_border;
			padding-bottom: .618em;
			margin-bottom: 3px;
		}

		.posted-on,
		.byline {
			font-size: .857em;
		}
	}

	.entry-meta {
		a {
			border-bottom: 1px solid $color_border;

			&:hover {
				border-bottom-color: rgba(0,0,0,0.2);
			}
		}
	}
}
.byline,
.updated:not(.published) {
	display: none;
}
.single, .group-blog {
	.byline {
		display: inline;
	}
}
.page-links {
	clear: both;
	margin: 0 0 $vspacing;
}

.cat-links,
.tags-links,
.comments-link,
.edit-link {
	display: block;
	margin-bottom: 1em;

	&:before {
		content: "\f114";
		font-family: "FontAwesome";
		margin-right: .53em;
		display: inline-block;
		width: 1em;
	}
}

.tags-links {
	&:before {
		content: "\f02b";
	}
}

.comments-link {
	&:before {
		content: "\f0e5";
	}
}

.edit-link {
	&:before {
		content: "\f040";
	}
}

@include susy-media($desktop) {
	.hentry.type-post {
		@include clearfix;

		.entry-meta {
			@include span(2 of 9);
			font-size: .857em;
		}

		.entry-content {
			@include span(last 7 of 9);
		}
	}
}