Skip to content

Commit

Permalink
Mwpw 142267: What's included style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Jul 16, 2024
1 parent 010a090 commit c2ea0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions web-components/src/merch-mnemonic-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ export class MerchMnemonicList extends LitElement {
:host {
display: flex;
flex-direction: row;
gap: 10px;
margin-bottom: 10px;
gap: 5px;
margin-bottom: 5px;
margin-right: 10px;
align-items: flex-end;
}
Expand Down
1 change: 0 additions & 1 deletion web-components/src/merch-whats-included.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export class MerchWhatsIncluded extends LitElement {
place-content: stretch start;
box-sizing: border-box;
align-self: baseline;
margin-top: 16px;
margin-bottom: 16px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-auto-rows: unset;
Expand Down

0 comments on commit c2ea0a3

Please sign in to comment.