diff --git a/assets/dash.css b/assets/dash.css index 59ad78b..a098986 100644 --- a/assets/dash.css +++ b/assets/dash.css @@ -5073,7 +5073,7 @@ padding: 0 50px; #evo-section-one, #evo-section-three, #evo-section-four { - max-width: 90%; + max-width: 1240px; margin: auto; } @@ -5482,14 +5482,14 @@ padding: 0 50px; } #app-section-three { - background: #F7F9FA; + background: #F7F9FA !important; padding: 80px 100px 0; border-radius: 40px; align-items: flex-start !important; } #app-section-three.dashspend-section-one { - padding: 100px !important; + padding: 100px; margin-top: 30px; } @@ -5766,6 +5766,18 @@ section#app-section-five:after { #app-section-one.desktop .container.block-pad-v { max-width: 90%; } + #app-section-two, +#app-section-three, +#app-section-four, +#app-section-six, +#app-section-seven, +#app-section-nine, +#app-section-video, +#evo-section-one, +#evo-section-three, +#evo-section-four { + max-width: 90%; +} } @@ -5800,7 +5812,13 @@ section#app-section-five:after { padding: 40px 0 0 0; } - #app-section-three .container.block-pad-v, #app-section-three.dashspend-section-one .container.block-pad-v { + #app-section-three .col-lg-6.col-right.order-lg-2 { + flex: 0 0 100%; +} + + + + #app-section-three, #app-section-three { max-width: 90%; padding: 10px 30px 0; overflow: hidden; diff --git a/functions.php b/functions.php index 53bd6f5..dac9104 100644 --- a/functions.php +++ b/functions.php @@ -149,7 +149,7 @@ function theme_styles() // Remove time() and replace with static version number after strophy finishes fixing CSS - wp_register_style('dashcss', get_template_directory_uri() . '/assets/dash.css', array(), '1.81', 'all'); + wp_register_style('dashcss', get_template_directory_uri() . '/assets/dash.css', array(), '1.82', 'all'); wp_enqueue_style('dashcss'); }