This commit is contained in:
2025-05-07 14:58:53 -07:00
parent 5324af5842
commit 75b359e9b0
3 changed files with 12 additions and 1 deletions

View File

@@ -20,5 +20,11 @@ section.grid-callout {
padding: 2rem 3rem 3rem;
background-color: $c-navy;
color: $c-white;
img {
transform: scaleX(-1);
width: 98px;
height: 98px;
}
}
}