diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 14:03:08 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 14:03:08 +0100 |
| commit | 10262a450cc832f9c2124e986bdefb73707fa5e7 (patch) | |
| tree | 350932806b6a87d996edc6ab411290b44b84d8ca | |
| parent | c3f119d332dea3fc33494a44e077f00f6ad05eec (diff) | |
Spacing between Lallans image and payment buttons
| -rw-r--r-- | public/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/main.css b/public/main.css index 741ec58..91b8183 100644 --- a/public/main.css +++ b/public/main.css @@ -352,6 +352,7 @@ footer { flex-direction: column; margin-inline: auto; width: fit-content; + gap: var(--spacing-block-sm); } .lallans-issue__header-block-end img { |
