preview site for fix and fresh

This commit is contained in:
2026-07-22 05:07:13 -05:00
parent b19fdee30d
commit f70adf2a5e
1228 changed files with 38196 additions and 149050 deletions
@@ -0,0 +1,27 @@
/* Stuck menu styles
========================================================*/
.isStuck {
background: #61ae24;
padding: 0px 0 0px;
z-index: 999;
text-align: center;
top: -20px;
}
.isStuck .search_main,
.isStuck h1 {
/*height: 100px;*/
display: none;
}
.isStuck nav {
float: none;
display: inline-block;
margin-top: 0;
}
.isStuck .sf-menu {
float: none;
}
@media only screen and (max-width: 979px) {
.isStuck {
display: none !important;
}
}