Make product overview a little bit smaller on large screens

This commit is contained in:
Bernd Bestel 2017-04-18 20:05:02 +02:00
parent 3ed6c9b28a
commit 4f0dc818f6
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
</form>
</div>
<div class="col-sm-4 col-md-4 main well">
<div class="col-sm-6 col-md-5 col-lg-3 main well">
<h3>Product overview <strong><span id="selected-product-name"></span></strong></h3>
<h4><strong>Stock quantity unit:</strong> <span id="selected-product-stock-qu-name"></span></h4>

View File

@ -31,7 +31,7 @@
</form>
</div>
<div class="col-sm-4 col-md-4 main well">
<div class="col-sm-6 col-md-5 col-lg-3 main well">
<h3>Product overview <strong><span id="selected-product-name"></span></strong></h3>
<h4><strong>Purchase quantity:</strong> <span id="selected-product-purchase-qu-name"></span></h4>