diff options
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 7bba6bc0..d17d0198 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -430,7 +430,7 @@ main ul.row { | |||
430 | .card .card-content .card-title, | 430 | .card .card-content .card-title, |
431 | .card .card-reveal .card-title { | 431 | .card .card-reveal .card-title { |
432 | line-height: 22.8px; | 432 | line-height: 22.8px; |
433 | max-height: 64px; | 433 | max-height: 80px; |
434 | font-size: 19px; | 434 | font-size: 19px; |
435 | font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; | 435 | font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
436 | color: #313131; | 436 | color: #313131; |
@@ -711,7 +711,14 @@ main ul.row { | |||
711 | } | 711 | } |
712 | } | 712 | } |
713 | 713 | ||
714 | @media only screen and (min-width: 993px) and (max-width: 1180px) { | 714 | @media only screen and (min-width: 1200px) and (max-width: 1650px) { |
715 | .row .col.l3 { | ||
716 | width: 33.33333%; | ||
717 | margin-left: 0; | ||
718 | } | ||
719 | } | ||
720 | |||
721 | @media only screen and (min-width: 993px) and (max-width: 1200px) { | ||
715 | .row .col.l1 { | 722 | .row .col.l1 { |
716 | width: 25%; | 723 | width: 25%; |
717 | margin-left: 0; | 724 | margin-left: 0; |