diff --git a/modules/shared/templates/common.css b/modules/shared/templates/common.css index 5406b328b..67204f2b9 100644 --- a/modules/shared/templates/common.css +++ b/modules/shared/templates/common.css @@ -73,7 +73,7 @@ pre a, code a { font-size: 15px; } .machine { - margin: 15px; + /*margin: 15px;*/ overflow: hidden; } .c1pjs { diff --git a/modules/shared/templates/common.html b/modules/shared/templates/common.html index 3a4d2b945..1e1a99bdf 100644 --- a/modules/shared/templates/common.html +++ b/modules/shared/templates/common.html @@ -55,7 +55,7 @@ diff --git a/modules/shared/templates/common.xsl b/modules/shared/templates/common.xsl index f140b455a..504dbf620 100644 --- a/modules/shared/templates/common.xsl +++ b/modules/shared/templates/common.xsl @@ -50,7 +50,7 @@

diff --git a/modules/shared/templates/components.css b/modules/shared/templates/components.css index 756e89c40..409d32848 100644 --- a/modules/shared/templates/components.css +++ b/modules/shared/templates/components.css @@ -248,11 +248,16 @@ } } -@media screen and (min-width: 1400px) { - .machine-left, .machine-right { - max-width: 45%; +@media screen and (min-width: 1200px) { + .machine-left { + max-width: 48%; float: left; } + .machine-right { + max-width: 48%; + float: left; + margin-left: 30px; + } .machine-right + * { clear: both; }