Skip to content

Commit 5c24ebd

Browse files
committed
Changed class used for profile image in sass
Signed-off-by: George Araújo <[email protected]>
1 parent 663faf7 commit 5c24ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_components.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ ul.task-list input[type="checkbox"] {
7070
}
7171
}
7272

73-
.profile.float-right {
73+
.profile.float-end {
7474
margin-left: 1rem;
7575
}
7676

77-
.profile.float-left {
77+
.profile.float-start {
7878
margin-right: 1rem;
7979
}
8080

0 commit comments

Comments
 (0)