homepage and mini mobile systems

This commit is contained in:
2024-12-18 07:06:24 -08:00
parent 23a9c365e8
commit 90505b964a
48 changed files with 11210 additions and 903 deletions

View File

@@ -0,0 +1,27 @@
h6 {
font-size: 18px;
font-weight: 600;
line-height: 40px;
text-transform: capitalize;
color: $ma-purple;
@include media-breakpoint-up(lg) {
// font-size: 24px;
}
}
.f-purple h6 {
color: $ma-purple;
}
.f-nacy h6 {
color: $ma-navy;
}
.f-white h6 {
color: white;
}
.f-black h6 {
color: $ma-black;
}