Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
87243b85
Commit
87243b85
authored
Feb 20, 2019
by
Dominik Hebeler
Browse files
Fixed a breakpoint
parent
63b9a5e7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result-page.less
View file @
87243b85
...
...
@@ -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 .";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment