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
Castellum
castellum_scheduler
Commits
bbf93c7b
Commit
bbf93c7b
authored
Nov 03, 2020
by
Bengfort
Browse files
fix container size
like in castellum
parent
a97aa83d
Pipeline
#7755
passed with stages
in 2 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scheduler/main/static/style.css
View file @
bbf93c7b
.container
{
max-width
:
var
(
--breakpoint-md
,
768px
);
}
.full-width
{
width
:
100vw
;
position
:
relative
;
left
:
50%
;
right
:
50%
;
margin-left
:
-50vw
;
margin-right
:
-50vw
;
overflow-x
:
auto
;
}
.full-width
>
*
{
width
:
100%
;
margin
:
0
auto
;
}
@media
(
min-width
:
576px
)
{
.full-width
>
*
{
width
:
auto
;
min-width
:
510px
}
}
@media
(
min-width
:
768px
)
{
.full-width
>
*
{
min-
width
:
690px
}
}
@media
(
min-width
:
992px
)
{
.full-width
>
*
{
m
in-width
:
930px
.full-width
{
width
:
100vw
;
position
:
relative
;
left
:
50%
;
right
:
50%
;
margin-left
:
-50vw
;
m
argin-right
:
-50vw
;
}
}
@media
(
min-width
:
1200px
)
{
.full-width
>
*
{
min-width
:
1110px
width
:
auto
;
min-width
:
738px
;
/* 768px - 2 * 15px (padding) */
margin
:
0
auto
;
}
}
Write
Preview
Markdown
is supported
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