This commit is contained in:
Roman Pyrih
2025-10-14 13:13:24 +02:00
parent 552759ef51
commit e811b9f3d7
3 changed files with 8 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ body {
display: flex;
flex-direction: column;
row-gap: 5px;
row-gap: 10px;
&::after {
display: none !important;
@@ -192,6 +192,7 @@ body {
font-size: 13px;
line-height: 1;
letter-spacing: 0;
flex-grow: 1;
}
.option_price {
color: #1a3158;
@@ -199,6 +200,10 @@ body {
font-size: 11px;
line-height: 1;
letter-spacing: 0;
display: flex;
flex-direction: column;
row-gap: 5px;
}
}
}