Skip to content

Commit

Permalink
line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
to7m committed Aug 6, 2024
1 parent 2bcd029 commit 42ca2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public_html/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions scss/layout/_positioning.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
}
}


@mixin absolute_position_centred($top: null, $right: null, $bottom: null, $left: null) {
position: absolute;
transform: translate(_translate_amount($left, $right), _translate_amount($top, $bottom));
top: $top;
right: $right;
bottom: $bottom;
left: $left;
}
}

0 comments on commit 42ca2e1

Please sign in to comment.