/home/grlogisticsandse/www/wp-content/themes/carbon-agency/assets/css/theme-info.css
/*
 * CSS for theme menu page.
 */

.theme-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-color: #ffffff;
}
.theme-wrap-inner {
    text-align: center;
    padding: 30px;
}
.theme-wrap h1 {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    line-height: 1.3;
    margin-bottom: 0;
}
.theme-wrap p {
	font-size: 16px;
}
.quick-links {
    margin-top: 40px;
}
.theme-wrap .quick-links a {
    margin: 10px;
}