This commit is contained in:
2025-05-07 14:38:12 -07:00
parent 6f8d3cfc75
commit 0fcdb7b30c
4 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
.text-over-image-a {
background-position: center;
background-size: cover;
.content-wrapper {
background-color: rgba($c-navy, 0.8);
transform: translateY(-1.25rem);
padding-top: 4rem;
padding-bottom: 2rem;
.content {
color: $c-white;
}
}
}