This commit is contained in:
2026-01-08 13:17:07 +01:00
parent 39a2a1b061
commit 647779e89c
3 changed files with 14 additions and 9 deletions

View File

@@ -24,7 +24,8 @@
padding: 30px;
margin: 0;
list-style: none;
border: 1px solid #14183e0f;
// border: 1px solid #14183e0f;
background: #eeeeee;
li {
display: flex;
@@ -33,7 +34,9 @@
column-gap: 20px;
&:not(:last-child) {
margin-bottom: 30px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #181c1d;
}
.product-parameters__img {
@@ -49,7 +52,7 @@
}
.product-parameters__content {
.product-parameters__title {
font-size: 16px;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
line-height: 1;
@@ -60,7 +63,7 @@
}
}
.product-parameters__description {
font-size: 16px;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 1.3;