Jump to content

Template:Wikimedia Foundation Funds/Card/styles.css

From Meta, a Wikimedia project coordination wiki
/* Main header */
.main-header {
	font-size:1.5em;
	border-bottom-color: transparent;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
}
.main-header > a { color: inherit; }

.main-content {
	text-align: center;
	margin-bottom: 1em;
	font-family: 'Source Serif','Georgia', Times, serif !important;
}

.main-button {
	text-align: center;
}

.main-box {
	background: #fff;
	border: solid #c8ccd1;
	border-width: 1px 0;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
	padding: 1.5em;
}

/*
PC
*/
@media (min-width: 1000px) {
	.main-box {
		width: 20%;
		}
	
	.main-wrapper {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
   }
}

@media (min-width: 720px) {
	.main-box {
		border-radius: 2px;
		border-width: 1px;
		margin-bottom: 1rem;
		margin-right: 1em;
	}
}