Skip to content

Commit

Permalink
[ ColorlibHQ#75 ] mobile fixes template no.14
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Mar 21, 2024
1 parent 2dda858 commit 60f03ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions colorlib-coming-soon-and-maintenance-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,14 +397,14 @@ function ccsm_style_enqueue( $template_name ) {
)
),
'template_14' => array(
array(
'name' => 'main',
'location' => 'css/main.css',
),
array(
'name' => 'util',
'location' => 'css/util.css',
),
array(
'name' => 'main',
'location' => 'css/main.css',
),
array(
'name' => 'Poppins-Playfair',
'location' => 'https://fonts.googleapis.com/css?family=Playfair+Display:400,900i|Poppins:400,500',
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ If you enjoy using Colorlib Coming Soon for WordPress please leave a positive fe

= 1.1.1 - TBD =
Fixed: Overflowing text on template no.15 ( https://github.com/ColorlibHQ/colorlib-coming-soon-maintenence/issues/77 )
Fixed: Subscribe field is overlapped and social media icons are not arranged correctly on template no.14 ( https://github.com/ColorlibHQ/colorlib-coming-soon-maintenence/issues/75 )

= 1.1.0 - 21.03.2024 =
Fixed: XSS security
Expand Down
2 changes: 1 addition & 1 deletion templates/template_14/template_14.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</div>

<div class="flex-w flex-m">
<span class="m2-txt2 p-r-40">
<span class="m2-txt2 p-r-40 w-full-md">
<?php echo esc_html__( 'Follow us', 'colorlib-coming-soon-maintenance' ); ?>
</span>
<?php
Expand Down

0 comments on commit 60f03ad

Please sign in to comment.