Skip to content

Commit

Permalink
feat(core): ✨ align footer links to the end of the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 3, 2024
1 parent 36ee3c9 commit 3566e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.styles/components/Footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
display: flex;
flex-wrap: wrap;
gap: var( --space-md );
justify-content: space-between;
padding: var( --space-md ) 0;
}

&__bottom {
align-items: center;
justify-content: space-between;
margin-right: auto;
margin-left: auto;
border-top: 1px solid var( --border-color-base );
Expand Down

0 comments on commit 3566e9c

Please sign in to comment.