diff options
Diffstat (limited to 'app/Resources/static/themes/material')
-rw-r--r-- | app/Resources/static/themes/material/css/media_queries.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss index 56e6fd0f..1626365e 100644 --- a/app/Resources/static/themes/material/css/media_queries.scss +++ b/app/Resources/static/themes/material/css/media_queries.scss | |||
@@ -12,12 +12,18 @@ | |||
12 | .pagination { | 12 | .pagination { |
13 | margin-left: auto; | 13 | margin-left: auto; |
14 | } | 14 | } |
15 | 15 | ||
16 | .card-tag-labels li { | 16 | .card-tag-labels li { |
17 | max-width: 50%; | 17 | max-width: 50%; |
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | @media screen and (min-width: 993px) { | ||
22 | main #content { | ||
23 | padding-left: 70px; | ||
24 | } | ||
25 | } | ||
26 | |||
21 | @media only screen and (max-width: 992px) { | 27 | @media only screen and (max-width: 992px) { |
22 | header, | 28 | header, |
23 | main, | 29 | main, |