Reduce price breakdown size

It doesn't need as much space. This brings related text closer together
and hides less of the page, e.g. the add-to-cart button.
This commit is contained in:
Maikel Linke
2020-09-23 15:51:33 +10:00
parent 68777039bf
commit ed902e7489

View File

@@ -4,6 +4,8 @@
// Pop over
// Foundation overrides
.joyride-tip-guide.price_breakdown {
width: 16rem;
max-width: 65%;
// JS needs to be tweaked to adjust for left alignment - this is dynamic can't rewrite in CSS
margin-left: -7.4rem;
margin-top: 0.1rem;