Skip to content

Commit

Permalink
Merge pull request #12 from JHWelch/fix-padding-update-image
Browse files Browse the repository at this point in the history
Fix padding update image
  • Loading branch information
JHWelch authored Feb 19, 2024
2 parents 9512813 + bf39ad1 commit d02fd94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MMM-CTA.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
margin-right: 5px;
}

.cta-pr-20 {
padding-right: 20px;
}

.icon-col {
width: 15px;
}
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/MMM-CTA.njk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</td>
{% endif %}

<td class="align-left">
<td class="align-left cta-pr-20">
{{ arrival.direction }}
</td>

Expand Down

0 comments on commit d02fd94

Please sign in to comment.