FEATURE: Added modal for product photos
This commit is contained in:
@ -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);
|
||||
|
@ -82,6 +82,12 @@
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
|
||||
.product-image-full {
|
||||
height: min-content;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.product-title {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
|
Reference in New Issue
Block a user