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

58 lines
871 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 0.5rem 0;
}
.headerText p {
color: var(--black);
margin: 0 0 1.375rem 0;
}
.codey {
align-self: flex-end;
justify-self: end;
}
.content {
margin-top: calc(32rem / 16);
margin-bottom: calc(52.77rem / 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: calc(15rem / 16);
}
.content p {
margin: 0;
}
.connectWithUs {
margin-bottom: calc(21rem / 16);
}
.emailSignup {
margin-bottom: calc(57.81rem / 16);
}
.pageContainer {
margin-top: calc(172rem / 16);
}
@media only screen and (max-width: calc(768rem / 16)) {
}