Skip to content
Snippets Groups Projects
Commit 5269b33f authored by Phil Höfer's avatar Phil Höfer
Browse files

container sizes fix

parent ec8facab
No related branches found
No related tags found
2 merge requests!495Mergefähige Version,!475Development
...@@ -1581,7 +1581,7 @@ pre code { ...@@ -1581,7 +1581,7 @@ pre code {
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.container { .container {
width: 1170px; width: 1370px;
} }
} }
.container-fluid { .container-fluid {
......
This diff is collapsed.
...@@ -5,4 +5,7 @@ ...@@ -5,4 +5,7 @@
@brand-danger: #d9534f; @brand-danger: #d9534f;
@body-bg: rgb(250, 250, 250); @body-bg: rgb(250, 250, 250);
@input-border-focus: @brand-primary; @input-border-focus: @brand-primary;
@font-family-sans-serif: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-sans-serif: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
\ No newline at end of file @container-tablet: (720px + @grid-gutter-width);
@container-desktop: (940px + @grid-gutter-width);
@container-large-desktop: (1340px + @grid-gutter-width);
\ No newline at end of file
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