Skip to content

Commit

Permalink
Fix alignment for settings cards
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed May 16, 2022
1 parent fd72912 commit 344e557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ hr {
}
.centered {
text-align: center;
display: flex;
justify-content: center;
}
.absolute-right {
position: absolute;
Expand Down Expand Up @@ -117,6 +119,7 @@ a[title="Back"] {
.box {
background: $white;
padding: 25px;
width: 100%;

&.small {
padding: 10px;
Expand Down

0 comments on commit 344e557

Please sign in to comment.