Skip to content

Commit b7dfffa

Browse files
committed
Cut down horizontal padding in bio so we don't wrap as often
1 parent df2be17 commit b7dfffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/components/_biocard.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
.biocard-copy {
2424
width: 100%;
25-
padding: 0.85em;
25+
padding: 0.85em 0.4em;
2626
}
2727
.biocard-header {
2828
font-size: 16px;

0 commit comments

Comments
 (0)