[ticket/232] Improve sizing of portal columns and modules

This commit is contained in:
Marc Alexander
2014-07-30 13:49:02 +02:00
parent 7925d69a12
commit 4e3ff66f2d
3 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
<!-- IF T_EXT_THEME_PATH -->
<!-- INCLUDECSS ../theme/portal.css -->
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 980px), only screen and (max-device-width: 980px)" />
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 1040px), only screen and (max-device-width: 1040px)" />
<!-- ENDIF -->