Skip to content

Commit 9c945da

Browse files
update vocab to include person-page aspect ratio fix on avatar
1 parent 56e965d commit 9c945da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vocabulary/css/vocabulary.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,14 +1747,14 @@ body > footer .license svg {
17471747
top: 3.4em;
17481748
left: 0;
17491749
width: 30%;
1750+
max-height: 21.8rem;
1751+
overflow: hidden;
1752+
border: 16px solid white;
17501753
}
17511754

17521755
.person-page main > header figure img {
17531756
box-sizing: border-box;
17541757
width: 100%;
1755-
max-height: 21.8rem;
1756-
1757-
border: 16px solid white;
17581758
}
17591759

17601760
.person-page main > header .bio {

0 commit comments

Comments
 (0)