responsive mode 764x1028 BT#10347 #TMI

aragonc 10 years ago
parent 0cfd8196e6
commit d3a2af81e4
  1. 18
      app/Resources/public/css/themes/games/default.css
  2. 4
      main/template/games/layout/layout_2_col.tpl

@ -1177,6 +1177,23 @@ img.g1-effect-grayscale:hover {
.red-social{ .red-social{
text-align: left; text-align: left;
} }
footer .media{
width: 40px;
}
footer .media img{
width: 30px;
}
.current-block .col-sm-4{
width: 100%;
}
.current-block .card{
width: 350px;
height: 200px;
}
.my-home .items-home{
width: 225px;
min-height: 325px;
}
} }
/* Landscape phone to portrait tablet */ /* Landscape phone to portrait tablet */
@media (max-width: 767px) { @media (max-width: 767px) {
@ -1219,6 +1236,7 @@ img.g1-effect-grayscale:hover {
.red-social{ .red-social{
text-align: center; text-align: center;
} }
.carousel-inner .item img{ .carousel-inner .item img{
width: 100%; width: 100%;
/*display: inline;*/ /*display: inline;*/

@ -37,7 +37,7 @@
{% endif %} {% endif %}
{# Right column #} {# Right column #}
<div class="col-md-12 menu-column"> <div class="menu-column">
{% if plugin_menu_top %} {% if plugin_menu_top %}
<div id="plugin_menu_top"> <div id="plugin_menu_top">
{{plugin_menu_top}} {{plugin_menu_top}}
@ -54,7 +54,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="col-md-12"> <div class="page">
{# Plugin bottom #} {# Plugin bottom #}

Loading…
Cancel
Save