diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-06 12:07:58 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-06 12:07:58 +0700 |
commit | 460e8f76d62d072775758ea1cc958bb02d94dc92 (patch) | |
tree | 760e4856cfa291ed04010e93199d218635755154 | |
parent | fbad03f8ba146d9d5ceeb9d39918b068edeccf42 (diff) |
make image rounded, bigger text and uses text-start for alignment
-rw-r--r-- | pages/results.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/results.html b/pages/results.html index cd668fe..ce319a1 100644 --- a/pages/results.html +++ b/pages/results.html @@ -65,12 +65,12 @@ <div class="col-lg-6 col-md-6"> <div class=" container"> <a href="[area [item-code]]" class="d-block h-100"> - <img src="__IMAGE_DIR__/items/[item-field image]" class="img-fluid img-thumbnail rounded" alt="[item-description]" title="[item-code]"> + <img src="__IMAGE_DIR__/items/[item-field image]" class="img-fluid rounded" alt="[item-description]" title="[item-code]"> </a> </div> - <div class="container"> - <h5 class="text-truncate">[item-description]</h5> - <h6 class="text-primary">[item-price]</h6> + <div class="container p-2 text-start"> + <h4 class="text-truncate">[item-description]</h4> + <h5 class="text-primary">[item-price]</h5> </div> </div> <!-- End of Product --> |