FEATURE: Added modal for product photos

This commit is contained in:
2024-02-16 12:36:59 +00:00
parent d74f26c028
commit f1f00257ef
3 changed files with 29 additions and 5 deletions

View File

@@ -82,6 +82,12 @@
max-width: 500px;
}
.product-image-full {
height: min-content;
max-width: 800px;
}
.product-title {
font-size: 120%;
font-weight: bold;