Skip to content

Commit

Permalink
Fix image alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Aug 12, 2024
1 parent 966b80b commit 680d6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/html/src/branding/css/base/setup-wizard.less
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ body {

img {
margin: 1em auto;
display: block;
}
}

Expand Down
1 change: 1 addition & 0 deletions web/html/src/branding/css/base/setup-wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ body {

img {
margin: 1em auto;
display: block;
}
}

Expand Down

0 comments on commit 680d6ad

Please sign in to comment.