removed column
This commit is contained in:
parent
a7e1b7db66
commit
f187253993
|
@ -8,15 +8,6 @@ article{
|
|||
main{
|
||||
&.tainacan-content {
|
||||
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{
|
||||
font-size: 1.6666666666666667rem;
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ if(!function_exists('tainacan_setup')) {
|
|||
add_theme_support( 'html5', array( 'comment-list' , 'comment-form') );
|
||||
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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue