This commit is contained in:
2025-05-13 14:14:29 -07:00
parent 087ce0e6c9
commit 29da9cb90d
3 changed files with 32 additions and 1 deletions

View File

@@ -33,6 +33,24 @@
a {
display: block;
}
img {
width: 100%;
}
}
.right {
.name {
font-weight: bold;
margin: 0;
color: $c-navy;
font-size: 26px;
line-height: 30px;
}
.position {
color: $c-navy;
}
}
}
}