removed column

This commit is contained in:
Fabiano Alencar 2018-03-19 16:29:10 -03:00
parent a7e1b7db66
commit f187253993
2 changed files with 1 additions and 10 deletions

View File

@ -8,15 +8,6 @@ article{
main{ main{
&.tainacan-content { &.tainacan-content {
font-size: 1.1666666666666667rem; font-size: 1.1666666666666667rem;
-moz-column-count: 2;
-moz-column-gap: 50px;
-moz-column-rule: none;
-webkit-column-count: 2;
-webkit-column-gap: 50px;
-webkit-column-rule: none;
column-count: 2;
column-gap: 50px;
column-rule: none;
&h1, &h2{ &h1, &h2{
font-size: 1.6666666666666667rem; font-size: 1.6666666666666667rem;
} }

View File

@ -19,7 +19,7 @@ if(!function_exists('tainacan_setup')) {
add_theme_support( 'html5', array( 'comment-list' , 'comment-form') ); add_theme_support( 'html5', array( 'comment-list' , 'comment-form') );
add_theme_support( 'post-thumbnails' ); add_theme_support( 'post-thumbnails' );
/** /**
* Desabilita o FTP na instalação de Plugins * Desabilita o FTP na instalação de Plugins - Lembrar de retirar!!
*/ */
define('FS_METHOD', 'direct'); define('FS_METHOD', 'direct');
} }