Skip to content
Snippets Groups Projects
Commit 87243b85 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fixed a breakpoint

parent 63b9a5e7
No related branches found
No related tags found
No related merge requests found
......@@ -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 .";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment