www-new/pages/get-involved.module.css

55 lines
859 B
CSS

.headerContainer {
display: flex;
flex-direction: row;
border-bottom: calc(1rem / 16) solid var(--purple-2);
}
.headerText h1 {
color: var(--purple-2);
margin: 0 0 calc(8rem / 16) 0;
}
.headerText p {
color: var(--black);
margin: 0 0 calc(22rem / 16) 0;
}
.codey {
align-self: flex-end;
justify-self: end;
}
.content {
margin-top: calc(32rem / 16);
margin-bottom: calc(52rem / 16);
}
.content h2 {
font-weight: 600;
color: var(--blue-2);
margin-top: calc(30rem / 16);
}
.content h3 {
font-weight: 600;
color: var(--purple-2);
margin-top: calc(30rem / 16);
margin-bottom: 1rem;
}
.connectWithUs {
margin-bottom: calc(21rem / 16);
}
.emailSignup {
margin-bottom: calc(58rem / 16);
}
.pageContainer {
margin-top: calc(50rem / 16);
}
/* @todo aaaaaa */
@media only screen and (max-width: calc(768rem / 16)) {
}