diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:49:14 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:49:14 +0700 |
commit | 7b3e1fc002b380cf6353c336bd3f678deb60675b (patch) | |
tree | c54ff4199579311743897c58c8ae97a90c71e9da | |
parent | f0310131da4ad6616341881788eb9e430eea7170 (diff) |
flypage image nolonger uses p-3, uses my-2 instead
-rw-r--r-- | pages/flypage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/flypage.html b/pages/flypage.html index bc4d004..97273bb 100644 --- a/pages/flypage.html +++ b/pages/flypage.html @@ -1,6 +1,6 @@ @_TOP_@ <div class="container p-4"> - <div class="container p-3"> + <div class="container my-2"> <img class="img-fluid" src="__IMAGE_DIR__/items/[item-field image]" alt="[item-description]"> </div> <!-- Product heading --> |