Merge branch 'blog-hashtag-filtr' into 'master'

custom.css str 2813



See merge request !51
parents 58b30dca 61734bee
...@@ -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() ?>
......
...@@ -2817,7 +2817,8 @@ width: 95%; ...@@ -2817,7 +2817,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%;
} }
} }
...@@ -3362,4 +3363,11 @@ section#step-plan-is img.alignleft { ...@@ -3362,4 +3363,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