Sticky Header Adjusted

This commit is contained in:
devansh bawari 2020-10-29 19:02:30 +05:30
parent 661bd503e3
commit c981b8eb06
3 changed files with 19 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=d8c35e4b86332dde5ebb",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=b89a20dcbdff380f676a"
"/css/velocity.css": "/css/velocity.css?id=8c6f2ab7fc5cda546c6a"
}

View File

@ -2,6 +2,7 @@
display: none !important;
}
/* large devices */
@media only screen and (max-width: 1192px) {
.sticky-header {
@ -47,6 +48,7 @@
}
}
/* medium devices */
@media only screen and (max-width: 992px) {
$header-height: 50px;
@ -987,7 +989,17 @@
}
}
/* small devices */
@media only screen and (max-width: 768px) {
.sticky-header {
display: none !important;
}
#home-right-bar-container {
position: unset;
top: unset;
}
.modal-container {
left: 10%;
max-width: 80%;
@ -1052,7 +1064,12 @@
}
}
/* very small devices */
@media only screen and (max-width: 320px) {
.sticky-header {
display: none !important;
}
#home-right-bar-container {
position: unset;
top: unset;