Skip to content

Commit

Permalink
fix: position difficulty plants
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleostro committed May 27, 2024
1 parent 7e6a79f commit f03d236
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/widgets/ProductInfo/view/productInfoView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,15 @@
.difficultySpan {
display: flex;
align-items: center;
order: 3;
font: var(--regular-font);
letter-spacing: var(--one);
color: var(--steam-green-400);
gap: var(--one);

@media (max-width: 768px) {
align-self: center;
}
}

.difficultyPoint {
Expand Down

0 comments on commit f03d236

Please sign in to comment.