/**
 * @file styles/pages/page-home.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief journal index page
 */

.page-issue-description.long-text {
	position: relative;
	overflow-y: hidden;
	max-height: 420px;
}

.homepage-description-buttons {
	margin-top: 30px;
}

#homepageDescriptionMore, #homepageDescriptionLess {
	cursor: pointer;
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
	.homepage-description-buttons {
		margin-bottom: 30px;
	}
}

.section_description {
	margin-bottom: 15vh;
}