feat: style adjustments to product page
diff --git a/erpnext/templates/includes/macros.html b/erpnext/templates/includes/macros.html
index 1523b0d..74c84ba 100644
--- a/erpnext/templates/includes/macros.html
+++ b/erpnext/templates/includes/macros.html
@@ -8,7 +8,7 @@
 {% endmacro %}
 
 {% macro product_image(website_image, css_class="", alt="") %}
-	<div class="border text-center rounded h-100 {{ css_class }}" style="overflow: hidden;">
+	<div class="border text-center rounded {{ css_class }}" style="overflow: hidden;">
 		<img itemprop="image" class="website-image h-100 w-100" alt="{{ alt }}" src="{{ frappe.utils.quoted(website_image or 'no-image.jpg') | abs_url }}">
 	</div>
 {% endmacro %}
@@ -113,5 +113,5 @@
 	<div class="product-price">{{ rate or '' }}</div>
 	{% endif %}
 </div>
-<a href="{{ url or '#' }}" class="stretched-link"></a>
+<a href="/{{ url or '#' }}" class="stretched-link"></a>
 {%- endmacro -%}
\ No newline at end of file