layout pages outstaffing and main page, refactor

footer and adaptive footer, add font BebasNeue
This commit is contained in:
2024-05-14 06:14:04 +03:00
parent 65b716fa27
commit ec1e2a8a7f
16 changed files with 900 additions and 325 deletions

View File

@ -20,8 +20,10 @@ export const Landing = () => {
const toggleBar = () => {
if (active) {
setActive(false);
document.body.style.overflow = "auto";
} else {
setActive(true);
document.body.style.overflow = "hidden";
}
};