From c2ea0a3938cad9dc38c945a608bf44ab3609d3fc Mon Sep 17 00:00:00 2001 From: Axel Cureno Basurto Date: Mon, 15 Jul 2024 18:18:42 -0700 Subject: [PATCH] Mwpw 142267: What's included style fixes --- web-components/src/merch-mnemonic-list.js | 5 +++-- web-components/src/merch-whats-included.js | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web-components/src/merch-mnemonic-list.js b/web-components/src/merch-mnemonic-list.js index b2d66a4e..2981e13d 100644 --- a/web-components/src/merch-mnemonic-list.js +++ b/web-components/src/merch-mnemonic-list.js @@ -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; } diff --git a/web-components/src/merch-whats-included.js b/web-components/src/merch-whats-included.js index c0ea4fb1..6ceb950a 100644 --- a/web-components/src/merch-whats-included.js +++ b/web-components/src/merch-whats-included.js @@ -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;