Skip to content

Commit 2cdefbd

Browse files
committed
fix missing space between sketch name and author in embed view
1 parent 9e1b0c5 commit 2cdefbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
}
157157

158158
.toolbar__project-owner {
159-
margin: 0;
159+
margin: 0 #{math.div(5, $base-font-size)}rem;
160160
@include themify() {
161161
color: getThemifyVariable('secondary-text-color');
162162
}

0 commit comments

Comments
 (0)