Skip to content

Commit

Permalink
Fix footer.sass indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed May 18, 2019
1 parent f74b078 commit efa51b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $title-family: "Georgia", serif;
* #2290 Fix #1186 -> Reset the offset on columns
* #2231 Add `.has-text-weight-medium` helper
* #2224 Add customizable border radius to progress bar
* #2480 Add `$footer-color` variable

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion sass/layout/footer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ $footer-padding: 3rem 1.5rem 6rem !default
background-color: $footer-background-color
padding: $footer-padding
@if $footer-color
color: $footer-color
color: $footer-color

0 comments on commit efa51b1

Please sign in to comment.