- migliorata grafica prodotti

This commit is contained in:
Surya Paolo
2023-12-31 14:34:11 +01:00
parent f88ee3f485
commit 29e18ca293
6 changed files with 429 additions and 306 deletions

View File

@@ -12,20 +12,25 @@
.prod_price {
font-size: 1.25rem;
@media (max-width: 718px) {
font-size: 1rem;
}
}
.prod_disp {
font-size: 1.2rem;
font-size: 1.2rem;
@media (max-width: 718px) {
font-size: 1rem;
}
}
.prod_preorder{
font-size: 1.2rem;
}
.prod_preorder{
font-size: 1.2rem;
@media (max-width: 718px) {
font-size: 1rem;
}
}
.prod_qtywarn {
@@ -61,4 +66,34 @@
.subtit_prod {
font-style: italic;
}
}
.icone_prod{
font-size: 1.25rem;
@media (max-width: 718px) {
font-size: 1rem;
}
}
.thumbnail {
max-width: 100%;
max-height: 100%;
}
.fullscreen-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
display: flex;
align-items: center;
justify-content: center;
}
.fullscreen-image {
max-width: 100%;
max-height: 100%;
}