diff --git a/inc/patterns/two-columns-features.php b/inc/patterns/two-columns-features.php index 4e34a0b..ab84bd1 100644 --- a/inc/patterns/two-columns-features.php +++ b/inc/patterns/two-columns-features.php @@ -23,25 +23,60 @@ 'title' => __( 'Two Columns of Features', 'raft' ), 'categories' => array( 'raft/features' ), 'content' => ' +
-
-

' . esc_html( $raft_strings['feature_section_title'] ) . '

-

' . esc_html( $raft_strings['section_description'] ) . '

-
-
-
-
-
Illustration
-

' . esc_html( $raft_strings['feature_title'] ) . '

-

' . esc_html( $raft_strings['feature_description'] ) . '

-
-
-
Illustration
-

' . esc_html( $raft_strings['feature_title'] ) . '

-

' . esc_html( $raft_strings['feature_description'] ) . '

-
-
-
+ +
+ +

' . esc_html( $raft_strings['feature_section_title'] ) . '

+ + + +

' . esc_html( $raft_strings['section_description'] ) . '

+ +
+ + + +
+ +
+ +
+ +
Illustration
+ + + +

' . esc_html( $raft_strings['feature_title'] ) . '

+ + + +

' . esc_html( $raft_strings['feature_description'] ) . '

+ +
+ + + +
+ +
Illustration
+ + + +

' . esc_html( $raft_strings['feature_title'] ) . '

+ + + +

' . esc_html( $raft_strings['feature_description'] ) . '

+ +
+ +
+ +
+
+ ', );