From 57f473def65849b609200a68ddce5fe3c144b6b7 Mon Sep 17 00:00:00 2001
From: christodharma <13521009@std.stei.itb.ac.id>
Date: Sat, 7 Oct 2023 22:44:14 +0700
Subject: [PATCH] fix: new navbar adaptation

---
 client/css/make-sale.css   | 3 ++-
 client/pages/make-sale.php | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/client/css/make-sale.css b/client/css/make-sale.css
index 08924ae..532d5bd 100644
--- a/client/css/make-sale.css
+++ b/client/css/make-sale.css
@@ -18,13 +18,14 @@
     background-size: cover;
     position: relative;
     place-items: center;
-    display: grid;
+    display: block;
 }
 
 .saleform-group {
     position: relative;
     /* width: 31%;
     height: 31%; */
+    margin-top: 5vh;
     min-width: 300px;
     flex-shrink: 0;
     display: grid;
diff --git a/client/pages/make-sale.php b/client/pages/make-sale.php
index 5cbe342..2196fe8 100644
--- a/client/pages/make-sale.php
+++ b/client/pages/make-sale.php
@@ -11,9 +11,9 @@
     
     <body>
         <div class="container">
-            <!-- <div class="tabgroup" id="tabgroup">
+            <div class="tabgroup" id="tabgroup">
                 <script>addnavbar();</script>
-            </div> -->
+            </div>
             <div class="saleform-group">
                 <h1 id="title">Make A Sale</h1>
                 <form id="saleform">
-- 
GitLab