Compare commits
10 Commits
3b952a64d2
...
krishna/v2
| Author | SHA1 | Date | |
|---|---|---|---|
| d12f39b151 | |||
| dae335b1ff | |||
| 7ac7e472a5 | |||
| f0e275a24f | |||
| 8d0face1ad | |||
| 2bec588f07 | |||
| 04c1db49bc | |||
| 8f445ace51 | |||
| b20e5ab276 | |||
| db28aa077a |
@@ -669,7 +669,7 @@ header.main-header .header-sticky.active{
|
|||||||
right: 0;
|
right: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
background: var(--primary-color);
|
background: transparent;
|
||||||
border-bottom: 1px solid var(--divider-color);
|
border-bottom: 1px solid var(--divider-color);
|
||||||
backdrop-filter: blur(30px);
|
backdrop-filter: blur(30px);
|
||||||
}
|
}
|
||||||
@@ -678,6 +678,7 @@ header.main-header .header-sticky.active{
|
|||||||
padding: clamp(15px, 3vh, 25px) 0;
|
padding: clamp(15px, 3vh, 25px) 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar.scrolled{
|
.navbar.scrolled{
|
||||||
@@ -842,7 +843,8 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slicknav_menu{
|
.slicknav_menu{
|
||||||
position: absolute;
|
position: relative;
|
||||||
|
z-index: 1000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: var(--accent-color);
|
background: var(--accent-color);
|
||||||
@@ -916,7 +918,8 @@ header.main-header .header-sticky.active{
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: clamp(100px, 20vh, 200px) 0;
|
padding: clamp(100px, 20vh, 200px) 0;
|
||||||
margin-top: -50px;
|
margin-top: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero::before{
|
.hero::before{
|
||||||
@@ -927,7 +930,7 @@ header.main-header .header-sticky.active{
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
opacity: 60%;
|
opacity: 30%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
@@ -4706,7 +4709,7 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 991px){
|
@media only screen and (max-width: 768px){
|
||||||
|
|
||||||
.slicknav_nav li,
|
.slicknav_nav li,
|
||||||
.slicknav_nav ul{
|
.slicknav_nav ul{
|
||||||
|
|||||||
Reference in New Issue
Block a user