Skip to content
Snippets Groups Projects
Commit 57f473de authored by Christophorus Dharma Winata's avatar Christophorus Dharma Winata
Browse files

fix: new navbar adaptation

parent 343258f6
No related merge requests found
...@@ -18,13 +18,14 @@ ...@@ -18,13 +18,14 @@
background-size: cover; background-size: cover;
position: relative; position: relative;
place-items: center; place-items: center;
display: grid; display: block;
} }
.saleform-group { .saleform-group {
position: relative; position: relative;
/* width: 31%; /* width: 31%;
height: 31%; */ height: 31%; */
margin-top: 5vh;
min-width: 300px; min-width: 300px;
flex-shrink: 0; flex-shrink: 0;
display: grid; display: grid;
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
<body> <body>
<div class="container"> <div class="container">
<!-- <div class="tabgroup" id="tabgroup"> <div class="tabgroup" id="tabgroup">
<script>addnavbar();</script> <script>addnavbar();</script>
</div> --> </div>
<div class="saleform-group"> <div class="saleform-group">
<h1 id="title">Make A Sale</h1> <h1 id="title">Make A Sale</h1>
<form id="saleform"> <form id="saleform">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment