From 0ae2a280e74a75777cfb7f008124f323c95cbd6e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 11 Oct 2016 02:05:56 +0000 Subject: [PATCH] Fix Register Now button styling. modified: 2017/includes/common_js.html --- 2017/includes/common_js.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/2017/includes/common_js.html b/2017/includes/common_js.html index 04da5744..172d7e89 100755 --- a/2017/includes/common_js.html +++ b/2017/includes/common_js.html @@ -42,10 +42,8 @@ function logoTextStack() { screen_size = $(window).width(); if(screenSize <= 767) { - $(".register-now").removeClass("btn btn-register btn-lg btn-block"); $("#lp-nav").insertAfter("#lp-content"); } else { - $(".register-now").addClass("btn btn-register btn-lg btn-block"); $("#lp-nav").insertBefore("#lp-content"); } } -- 2.25.1