Commit 61734bee authored by andre's avatar andre

css

parent 357d9e0c
......@@ -21,7 +21,7 @@ AppAsset::register($this);
<?php $this->head() ?>
<?php echo $this->render('head')?>
</head>
<body>
<body class="responsiv_100pr">
<?php echo $this->render('htmlcodes')?>
<?php $this->beginBody() ?>
......
......@@ -2812,7 +2812,8 @@ width: 95%;
@media only screen and (max-width: 479px) and (min-width: 320px) {
.container {
width: 320px !important;
/*width: 320px !important;*/
width: 100%;
}
}
......@@ -3358,3 +3359,10 @@ section#step-plan-is img.alignleft {
margin-bottom: 30px;
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
......@@ -378,3 +378,4 @@ filter: progid:DXImageTransform.
min-width: 320px;
}
}
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