Skip to content

Commit

Permalink
Fix linting errors (Closes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Aug 1, 2023
1 parent 4e4026a commit b02b90e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions news/3.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix linting errors [@ericof]
4 changes: 2 additions & 2 deletions src/theme/_block_follow_us.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
.block.gridBlock {
.block.follow_us.center {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
align-items: center;
justify-content: center;
margin: auto;
}
}

0 comments on commit b02b90e

Please sign in to comment.