From 623c7e0d992553d9f8462fe09185224ce9b32fd4 Mon Sep 17 00:00:00 2001
From: PCoder <purple.coder@yahoo.co.uk>
Date: Sat, 15 Jul 2017 20:44:28 +0530
Subject: [PATCH] Added some padding to vat text and increased its font size

---
 hosting/static/hosting/css/landing-page.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css
index bdc0b7db..53b7ab70 100644
--- a/hosting/static/hosting/css/landing-page.css
+++ b/hosting/static/hosting/css/landing-page.css
@@ -484,9 +484,10 @@ a.unlink:hover {
 }
 
 .dcl-order-table-total span {
-    font-size: 12px;
+    font-size: 13px;
     color: #999;
     font-weight: 400;
+    padding-left: 5px;
 }
 
 .dcl-order-table-total .tbl-total {