Skip to content

Commit

Permalink
fix: right align text in footer end (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Mar 21, 2023
1 parent d4e3223 commit eec17ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

.footer-items__end {
margin-left: auto;
text-align: end;
}

// So that paragraphs don't take up extra room
Expand Down

0 comments on commit eec17ab

Please sign in to comment.