Remove animations & fix navbar
This commit is contained in:
@@ -206,8 +206,11 @@ ul,p{
|
||||
}
|
||||
/*-----------------------------What we do-----------------------*/
|
||||
.what-we-do{
|
||||
padding: 150px 0;
|
||||
padding: 230px 0;
|
||||
position: relative;
|
||||
top: -80px;
|
||||
}
|
||||
|
||||
.med-title{
|
||||
margin: 0;
|
||||
color: #26245F;
|
||||
@@ -459,11 +462,11 @@ footer ul li a:hover{
|
||||
|
||||
body.second .navbar
|
||||
{
|
||||
background: #656bfd !important;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
transition: all 0.3s ease-in-out;
|
||||
background: #656bfd !important;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
/*transition: all 0.3s ease-in-out;*/
|
||||
}
|
||||
.owl-page.active{
|
||||
height: 8px !important;
|
||||
@@ -804,6 +807,13 @@ footer .back-to-top{
|
||||
.what-we-do,.how-we-work {
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
||||
.what-we-do {
|
||||
padding: 100px 0;
|
||||
position: relative;
|
||||
top: -60px;
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user