Remove animations & fix navbar

This commit is contained in:
Edin Dazdarevic
2017-10-04 22:11:54 +02:00
parent e354412768
commit b84bae2ba3
4 changed files with 41 additions and 25 deletions

View File

@@ -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;
}