/**
 * entry.css
 *
 * Styles related to a page entry (not its content!)
 *
**/

.entry {
	padding: 20px 0 40px;
	position: relative;
}

.entry--header,
.entry--footer {
	display: none;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {

}
