Skip to content

Commit 7415ccb

Browse files
committed
fix text spacing on group.html page
The spacing below department/program/title text runs into the photo when members have 2-lines of text. The increase in the height spacing of the group-member-dept in the sass should fix this.
1 parent f477a99 commit 7415ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ margin-top: 10px;
184184
font-size:18px;
185185
}
186186
.group-member-dept{
187-
height:5%;
187+
height:7%;
188188
}
189189
.group-member-subcontainer{
190190
height:210px;

0 commit comments

Comments
 (0)