We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2233e7d commit 160f8a7Copy full SHA for 160f8a7
components/Search/SearchResults.component.jsx
@@ -22,14 +22,14 @@ const SearchResults = ({
22
<br />
23
{on_sale && (
24
<>
25
- <span className="m-2 text-base line-through">
+ <span className="text-base line-through">
26
kr {regular_price}
27
</span>
28
- <span className="m-2 text-base">kr {sale_price}</span>
+ <span className="ml-2 text-base">kr {sale_price}</span>
29
</>
30
)}
31
{!on_sale && (
32
- <span className="m-2 text-base">kr {regular_price}</span>
+ <span className="ml-2 text-base">kr {regular_price}</span>
33
34
</div>
35
0 commit comments