Skip to content
Snippets Groups Projects
Commit 25b6149d authored by Uma's avatar Uma
Browse files

Fixes clickable link in marketing section

parent 058dc137
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@
}
.marketingDiv {
color: #303030;
height: 510px !important;
}
.separatorDiv {
background-color: #7C7C7C;
......@@ -176,6 +177,9 @@
overflow: hidden;
background: transparent;
}
.mCSB_container{
height: inherit;
}
//Animations
@keyframes inputHighlighter {
......@@ -403,7 +407,7 @@
jQuery('.bx-prev, .bx-next, .bx-pager-item').live('click',function(){ slider.startAuto(); });
jQuery('.bx-wrapper .bx-viewport').css('background-color', 'transparent');
jQuery('.bx-wrapper .bxslider li').css('text-align', 'left');
jQuery('.bx-wrapper .bx-pager').css('bottom', '-15px');
jQuery('.bx-wrapper .bx-pager').css('bottom', '-40px');
var params = {
theme : 'dark-thick',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment