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
a97aa83d
Commit
a97aa83d
authored
Nov 03, 2020
by
Bengfort
Browse files
hardcode minimum width values
parent
87fdb39e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scheduler/main/static/style.css
View file @
a97aa83d
...
...
@@ -8,6 +8,27 @@
overflow-x
:
auto
;
}
.full-width
>
*
{
width
:
auto
;
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
>
*
{
min-width
:
930px
}
}
@media
(
min-width
:
1200px
)
{
.full-width
>
*
{
min-width
:
1110px
}
}
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