Skip to content
GitLab
Menu
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
1664d1a1
Commit
1664d1a1
authored
Oct 12, 2016
by
Phil Höfer
Browse files
container sizes fix
parent
c826037e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
1664d1a1
...
...
@@ -1581,7 +1581,7 @@ pre code {
}
@media
(
min-width
:
1200px
)
{
.container
{
width
:
1
1
70px
;
width
:
1
3
70px
;
}
}
.container-fluid
{
...
...
public/css/themes/default.css.map
View file @
1664d1a1
This diff is collapsed.
Click to expand it.
resources/assets/less/variables-default.less
View file @
1664d1a1
...
...
@@ -5,4 +5,7 @@
@brand-danger: #d9534f;
@body-bg: rgb(250, 250, 250);
@input-border-focus: @brand-primary;
@font-family-sans-serif: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
\ No newline at end of file
@font-family-sans-serif: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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