This commit is contained in:
Roman Pyrih
2025-06-16 13:39:51 +02:00
parent 1984666a3c
commit 9fd2a43f9c
4 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -650,7 +650,7 @@ body {
display: flex;
align-items: center;
justify-content: center;
min-height: 25px;
// min-height: 25px;
font-size: 20px;
}
@@ -670,7 +670,8 @@ body {
.thumbnail-container .product-price-and-shipping .price {
color: $cLavender;
font-size: 16px;
line-height: 1.5px;
// line-height: 1.5px;
line-height: 1;
font-weight: 600;
}