From e864e3932925b4b2cb5f4b53ef9928d2ee5ad84d Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Fri, 9 Sep 2022 12:25:59 -0400 Subject: [PATCH] Run prettier --- src/styles/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 42b5679..62dc6aa 100755 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -22,7 +22,8 @@ select { -webkit-appearance: none; -moz-appearance: none; appearance: none; - background: url("data:image/svg+xml;utf8,") no-repeat; + background: url("data:image/svg+xml;utf8,") + no-repeat; background-size: 8px; background-position: 92% 60%; background-repeat: no-repeat;