Skip to content

Commit

Permalink
Merge pull request #47200 from rushatgabhane/margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Nov 11, 2024
2 parents 5b1ee3f + 0ef4a53 commit 6103185
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ button,
input,
select,
textarea {
line-height: 1.4;
line-height: 1.33;
font-weight: 400;
font-family: 'Expensify Neue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
font-size: 16px;
Expand Down Expand Up @@ -374,6 +374,18 @@ button {
}
}

li {
padding-bottom: 4px;
}

ol {
li {
ul {
padding-bottom: 0;
}
}
}

table {
margin-bottom: 20px;
border-radius: 8px;
Expand Down Expand Up @@ -417,6 +429,12 @@ button {
flex-wrap: wrap;
}

h1,
h2,
h3 {
line-height: 1.2;
}

h1,
summary {
font-size: 1.5em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You can use your Expensify Card for contactless in-person payments by adding it
{% include selector.html values="mobile" %}

{% include option.html value="mobile" %}
**Apple Pay**
### Apple Pay

1. Open the Apple Pay app.
2. Tap the + button.
3. Tap **Debit or Credit Card**.
4. Tap **Continue**.
5. Follow the steps provided to add your virtual card.

**Google Pay**
### Google Pay

1. Open the Google Pay app.
2. Tap **Add to Wallet**.
Expand Down

0 comments on commit 6103185

Please sign in to comment.