diff --git a/readme.txt b/readme.txt index d8d81fc..2d700fe 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Tema Coletivo === Coletivo is an outstanding creative and flexible WordPress theme well suited for business, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. Is a fork of the OnePress theme, by Fame Themes. -Contributors: redelivre, brasadesign, famethemes, congthien, kientrong, diegorojas, matheusgimenez +Contributors: redelivre, brasadesign, famethemes, congthien, kientrong, diegorojas, matheusgimenez, 2aces Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blue, light -Tested up to: 4.7.5 -Stable tag: 1.6.1 +Tested up to: 4.8 +Stable tag: 1.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Coletivo is distributed under the terms of the GNU GPL diff --git a/style.css b/style.css index 82b3103..4ceddee 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://tema.coletivowp.com.br/ Author: Rede Livre Author URI: http://redelivre.org Description: Coletivo theme is an outstanding creative and flexible WordPress one page theme well suited for business, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. -Version: 1.6.1 +Version: 1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: coletivo @@ -2245,8 +2245,7 @@ section > .customize-partial-edit-shortcut { .feature-item { text-align: center; - min-height: 300px; - max-width: 49%; + min-height: 233px; } .feature-item .feature-icon { @@ -2283,11 +2282,16 @@ section > .customize-partial-edit-shortcut { @media screen and (max-width: 720px) { .feature-item { - min-height: initial; max-width: none; } } +@media screen and (max-width: 480px) { + .feature-item { + min-height: initial; + } +} + /* Section: Page Featured ------------------------------*/