Skip to content

Commit

Permalink
Added styles for smalll screens
Browse files Browse the repository at this point in the history
  • Loading branch information
suvedisamyog committed Dec 26, 2024
1 parent 50d7489 commit 1146497
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/form-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
} else {
$default_class = '';
}

//For small screen
wp_register_style( 'ur-frontend-small-screen', UR()->plugin_url() . '/assets/css/user-registration-smallscreen.css', array(), UR()->version );
wp_enqueue_style( 'ur-frontend-small-screen' );
?>
<div class='user-registration ur-frontend-form <?php echo esc_attr( $template_class ) . ' ' . esc_attr( $custom_class ) . '' . esc_attr( $default_class ); ?>' id='user-registration-form-<?php echo absint( $form_id ); ?>'>
<?php
Expand Down

0 comments on commit 1146497

Please sign in to comment.