From 1b96a3134b41e2c787c38e8f2dd33a2ea1565333 Mon Sep 17 00:00:00 2001 From: Rifqy Zacky Ariadhy Date: Sat, 5 Jan 2019 18:08:46 +0700 Subject: [PATCH] update: Voucher and Points info at navbar --- src/common/pages/App/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/pages/App/style.scss b/src/common/pages/App/style.scss index 54440a0..ca61658 100644 --- a/src/common/pages/App/style.scss +++ b/src/common/pages/App/style.scss @@ -12,7 +12,7 @@ .containerVoucher{ .titleVoucher{ - margin-bottom: 5px; + margin-bottom: 0px; font-size: 0.65rem; } @@ -33,7 +33,7 @@ .containerPoints{ .titlePoints{ - margin-bottom: 5px; + margin-bottom: 0px; font-size: 0.65rem; }