Skip to content

Commit

Permalink
Fix .center class
Browse files Browse the repository at this point in the history
  • Loading branch information
darekmydlarz committed Sep 24, 2019
1 parent 09fd94e commit 4d407bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: right; }
.center { text-align: center; }

.invisible { display: none; }

0 comments on commit 4d407bc

Please sign in to comment.