diff --git a/README.md b/README.md index 86f2ad9..5e15ff7 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# saburly-website2 \ No newline at end of file +# Saburly Website + +## TODO: + +Mobile: + +[ ] - Our work slider not working +[ ] - More precise menu button +[ ] - Remove landing animation on mobile \ No newline at end of file diff --git a/css/style.css b/css/style.css index f3515c0..e917b03 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } diff --git a/index.html b/index.html index c5385b4..54d91f8 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@
-