diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-06-10 12:23:17 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-06-10 12:23:17 +0200 |
| commit | fd46c28539cf7c130dfbb0458f7b9057ad4f1e46 (patch) | |
| tree | fc46112bca9a3a13745c6f0d58ef8595efd080ec /client/style/shoppingbasket.css | |
| parent | d4ba547a722e3ab72a8bd283a3d94d569518ea68 (diff) | |
before refactor
Diffstat (limited to 'client/style/shoppingbasket.css')
| -rw-r--r-- | client/style/shoppingbasket.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/style/shoppingbasket.css b/client/style/shoppingbasket.css index 871a380..bd75c42 100644 --- a/client/style/shoppingbasket.css +++ b/client/style/shoppingbasket.css @@ -1,3 +1,7 @@ article { height: auto; } + +#finalizepaymentbutton { + display: block; +} |
