something is really weird in my test site
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
* Plugin Name: PartnerExpo Core
|
* Plugin Name: PartnerExpo Core
|
||||||
* Plugin URI: https://partnerexpo.eu
|
* Plugin URI: https://partnerexpo.eu
|
||||||
* Description: A PartnerEXPO oldal belső pluginja
|
* Description: A PartnerEXPO oldal belső pluginja
|
||||||
* Version: 1.1.5
|
* Version: 1.1.6
|
||||||
* Author: Juhász Levente
|
* Author: Juhász Levente
|
||||||
* Author URI: https://github.com/Duskell/
|
* Author URI: https://github.com/Duskell/
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
@@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
define( 'PARTNEREXPO_CORE_VERSION', '1.1.5' );
|
define( 'PARTNEREXPO_CORE_VERSION', '1.1.6' );
|
||||||
|
|
||||||
function activate_partnerexpo_core() {
|
function activate_partnerexpo_core() {
|
||||||
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';
|
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';
|
||||||
|
|||||||
@@ -36,13 +36,13 @@
|
|||||||
width: max-content;
|
width: max-content;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
animation: scrolling 20s linear infinite;
|
animation: scrolling 20s linear infinite;
|
||||||
|
gap: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.pexpo-core-comment-group {
|
.pexpo-core-comment-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 100px;
|
gap: 100px;
|
||||||
/* padding-right: 20px; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pexpo-core-comment {
|
.pexpo-core-comment {
|
||||||
|
|||||||
Reference in New Issue
Block a user