Commit 61734bee authored by andre's avatar andre

css

parent 357d9e0c
...@@ -21,7 +21,7 @@ AppAsset::register($this); ...@@ -21,7 +21,7 @@ AppAsset::register($this);
<?php $this->head() ?> <?php $this->head() ?>
<?php echo $this->render('head')?> <?php echo $this->render('head')?>
</head> </head>
<body> <body class="responsiv_100pr">
<?php echo $this->render('htmlcodes')?> <?php echo $this->render('htmlcodes')?>
<?php $this->beginBody() ?> <?php $this->beginBody() ?>
......
...@@ -2812,7 +2812,8 @@ width: 95%; ...@@ -2812,7 +2812,8 @@ width: 95%;
@media only screen and (max-width: 479px) and (min-width: 320px) { @media only screen and (max-width: 479px) and (min-width: 320px) {
.container { .container {
width: 320px !important; /*width: 320px !important;*/
width: 100%;
} }
} }
...@@ -3357,4 +3358,11 @@ section#step-plan-is img.alignleft { ...@@ -3357,4 +3358,11 @@ section#step-plan-is img.alignleft {
margin-right: 30px; margin-right: 30px;
margin-bottom: 30px; margin-bottom: 30px;
margin-top: 7px; margin-top: 7px;
}
@media only screen and (max-width: 768px) and (min-width: 480px){
.responsiv_100pr .container {
width: 100% !important;
display: none;
}
} }
\ No newline at end of file
...@@ -377,4 +377,5 @@ filter: progid:DXImageTransform. ...@@ -377,4 +377,5 @@ filter: progid:DXImageTransform.
body { body {
min-width: 320px; min-width: 320px;
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment