layout pages outstaffing and main page, refactor
footer and adaptive footer, add font BebasNeue
This commit is contained in:
@ -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";
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user