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

@ -115,8 +115,8 @@
right: 0;
bottom: 0;
left: 0;
width: 25rem;
height: 10rem;
width: fit-content;
height: fit-content;
margin: auto;
overflow: auto;
background: var(--bg);

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;