Skip to content

Commit

Permalink
chore(html): center #donate-image and #by-line in small
Browse files Browse the repository at this point in the history
This is a small adjustment to make footer on phone
appear more balanced.
  • Loading branch information
cweider committed Jul 19, 2023
1 parent daa477a commit 29fb68c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cl/assets/static-global/css/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,12 @@ a.button:active {
}

#donate-image {
text-align: start;
text-align: center;
margin: 1em auto;
}

#by-line {
text-align: center;
}

.dl-horizontal dd {
Expand Down

0 comments on commit 29fb68c

Please sign in to comment.