This commit is contained in:
2025-01-15 13:07:49 -08:00
parent 054b09e69e
commit b0eb83530c
29 changed files with 920 additions and 527 deletions

View File

@@ -1,26 +1,14 @@
// .comsumer-brand {
// .h2-heading-slice-container {
// h2 {
// color: $consumer-primary;
// }
// }
// }
// .business-brand {
// .h2-heading-slice-container {
// h2 {
// color: $business-primary;
// }
// }
// }
h2 {
font-size: calc(1.4rem + 1vw);
font-weight: 400;
line-height: 50px;
@include media-breakpoint-up(lg) {
font-size: 42px;
}
}
.f-purple h2 {
color: $ma-purple;
}