Skip to content

Commit

Permalink
Merge pull request #4940 from kobotoolbox/task-412-tos-privacy-links
Browse files Browse the repository at this point in the history
[TASK-412] Improve alignment of Terms of Service / Privacy Policy links in the account menu
  • Loading branch information
jnm authored May 23, 2024
2 parents 513780d + a7803dd commit 0c9cb17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jsapp/scss/components/_kobo.navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,16 @@
}

&.environment-links {
text-align: right;
display: flex;
justify-content: space-evenly;
column-gap: 6px;
padding-top: 0;

a {
display: inline-block;
margin-left: 15px;
font-size: 12px;
text-align: center;
text-wrap: balance;
}
}
}
Expand Down

0 comments on commit 0c9cb17

Please sign in to comment.