Skip to content

Commit 720256a

Browse files
committed
sidebar: Let avatar height vary
Fixes academicpages#118.
1 parent 072b90b commit 720256a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/_sidebar.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
display: table-cell;
7474
vertical-align: top;
7575
width: 36px;
76-
height: 36px;
76+
// set width only, for non-square avatars
77+
// height: 36px;
7778

7879
@include breakpoint($large) {
7980
display: block;

0 commit comments

Comments
 (0)