#grandvision-pdf {
.box {
- padding: 1cm;
+ padding: 1cm 1cm 0 1cm;
width: 24cm;
page-break-after: always;
}
.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) {
.img-angle {
width: @w;
- height: unit(@w*0.35, cm);
+ height: unit(@w*0.4, cm);
background-position: 50% 50%;
background-size: cover;
}