www-new/components/EmailSignup.module.css

22 lines
339 B
CSS

.header {
color: var(--primary-accent);
font-weight: 600;
font-size: calc(36rem / 16);
}
.button {
margin-top: calc(26rem / 16);
display: block;
width: fit-content;
}
@media only screen and (max-width: calc(768rem / 16)) {
.header {
font-size: calc(24rem / 16);
}
.button {
margin-top: calc(20rem / 16);
}
}