We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef46b2a commit 7a117cfCopy full SHA for 7a117cf
1 file changed
themes/osi/template-parts/header-board-member.php
@@ -67,8 +67,8 @@
67
.member-image img.circular-image {
68
border-radius: 50%;
69
border: 4px solid #FFF;
70
- width: 200px; /* adjust as needed */
71
- height: 200px;
+ width: 300px; /* adjust as needed */
+ height: 300px;
72
object-fit: cover;
73
}
74
.member-position,
@@ -81,6 +81,5 @@
81
.member-pronouns {
82
font-family: 'Space Mono', monospace;
83
display: inline-block;
84
- margin-top: 0.5rem;
85
86
</style>
0 commit comments