scss
.page-product {
padding: 0 3em;
.detail {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
.gallery {
overflow: hidden;
width: 100%;
}
h2, h1 {
margin-bottom: 5px;
font-weight: bold;
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
}
}
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?