From 87243b85b6229e588120aa106118cdcc8c7e9e37 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Wed, 20 Feb 2019 16:24:50 +0100
Subject: [PATCH] Fixed a breakpoint

---
 resources/less/metager/pages/resultpage/result-page.less | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/resources/less/metager/pages/resultpage/result-page.less b/resources/less/metager/pages/resultpage/result-page.less
index 3b06afebe..ed5c9b671 100644
--- a/resources/less/metager/pages/resultpage/result-page.less
+++ b/resources/less/metager/pages/resultpage/result-page.less
@@ -10,7 +10,7 @@
 @additions-width-min: 300px;
 @additions-width-max: 500px;
 // Breakpoints for the 2 resultpage columns
-@resultpage-breakpoint-max: (@results-width-max + @additions-width-max + @padding-small-default * 4);
+@resultpage-breakpoint-max: (@results-width-max + @additions-width-max + @padding-small-default * 2 + @padding-small-default * 4 + 6);
 @resultpage-breakpoint-min: (@results-width-min + @additions-width-min + @padding-small-default * 4);
 @product-shop-color: green;
 // The point upon which a .screen-large logo is displayed
@@ -332,7 +332,6 @@ a {
 
 #resultpage-container {
     margin: @padding-small-default;
-    margin-left: @results-margin-left;
     display: grid;
     grid-template-columns: minmax(0px, 150px) @results-width-max @additions-width-max;
     grid-template-areas: "whitespace searchbar ." "whitespace foki ." "whitespace options ." "whitespace results additions" "whitespace footer .";
-- 
GitLab