This commit is contained in:
2025-05-13 11:15:09 -07:00
parent 40eebfdbba
commit 26e196e965
4 changed files with 17 additions and 3 deletions

View File

@@ -42,6 +42,14 @@ footer.sub-footer {
padding: 1rem 0;
font-size: 0.75rem;
.image-wrapper {
flex-shrink: 0;
img {
width: 100%;
}
}
a {
color: $c-textGrey;
text-decoration: underline;