From bd722dc23c6dd2de16e1334ce9135eaa1bc138e0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 2 Mar 2021 19:47:02 +0100 Subject: [PATCH] wip #4319 @1.5 --- style/cart/grandvision.less | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/style/cart/grandvision.less b/style/cart/grandvision.less index bf5f7922..5d3f1d50 100644 --- a/style/cart/grandvision.less +++ b/style/cart/grandvision.less @@ -570,7 +570,7 @@ #grandvision-pdf { .box { - padding: 1cm; + padding: 1cm 1cm 0 1cm; width: 24cm; page-break-after: always; @@ -579,15 +579,14 @@ } .slots { - margin-top: 1cm; - @w: 9cm; + margin-top: 0cm; + @w: 5.5cm; .item, .slot, .text { display: inline-block; width: @w; height: unit(@w*0.425, cm); - margin-right: 3.8cm; - margin-bottom: 1cm; + margin:0 2.5cm 1cm; vertical-align: top; &:nth-child(odd) { @@ -631,7 +630,7 @@ .img-angle { width: @w; - height: unit(@w*0.35, cm); + height: unit(@w*0.4, cm); background-position: 50% 50%; background-size: cover; } -- 2.39.5