Skip to content

Commit 9f45474

Browse files
committed
Fix moderators section
1 parent de5d86f commit 9f45474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/css/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ textarea:focus {
166166
}
167167

168168
.box img {
169-
width: 150px;
169+
width: 170px;
170170
object-fit: cover;
171171
object-position: center;
172-
/* border-radius: 50%; */
172+
border-radius: 50%;
173173
}
174174

175175
.container {

docs/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ nav ul li a:focus {
374374
}
375375

376376
.social-profiles a:hover {
377-
color: var(--heading);
377+
color: grey;
378378
}
379379

380380
#moderators .box-container {

0 commit comments

Comments
 (0)