summaryrefslogtreecommitdiff
path: root/public/css/modules/product.css
blob: 32fa37f77ffcbf03f4db95f89934c8551c5a4142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.product__header-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: var(--spacing-inline-sm);
}

.product__action-block {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  width: fit-content;
  gap: var(--margin-block-sm);
}

.product__action-block img {
  max-width: 12rem;
  width: 100%;
  height: auto;
}