From 8716b53bb448d846beb52104585edc0482d85415 Mon Sep 17 00:00:00 2001 From: Thorsten Schaeff Date: Mon, 4 Mar 2019 11:41:39 +0800 Subject: [PATCH] Change card numbers to monospace font. --- public/stylesheets/store.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/store.css b/public/stylesheets/store.css index 02c3a0bd..e3264b89 100644 --- a/public/stylesheets/store.css +++ b/public/stylesheets/store.css @@ -680,7 +680,11 @@ button:active { } .card-number { - font-weight: bold; + padding-left: 8px; + white-space: nowrap; + font-family: Source Code Pro, monospace; + color: #0d2b3e; + font-weight: 500; } .card-number span {