mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix header padding
This commit is contained in:
@ -13,7 +13,7 @@ const AnimatedForm = motion.custom(HyperglassForm);
|
||||
|
||||
const bg = { light: "white", dark: "black" };
|
||||
const color = { light: "black", dark: "white" };
|
||||
const headerHeightDefault = { true: [16, 16, 16, 16], false: [24, 64, 64, 64] };
|
||||
const headerHeightDefault = { true: [16, 16, 32, 32], false: [24, 64, 64, 64] };
|
||||
const headerHeightAll = { true: [32, 32, 32, 32], false: [48, "20rem", "20rem", "20rem"] };
|
||||
|
||||
const Layout = () => {
|
||||
|
Reference in New Issue
Block a user