diff --git a/src/js/lens.js b/src/js/lens.js index f63339d..7f0e079 100644 --- a/src/js/lens.js +++ b/src/js/lens.js @@ -1,4 +1,8 @@ +// OK so the next thing to do is make it so it's blurry when the screen is too +// big or too small, and thne prompt someone to make their screen bigger or smaller +// to be a lens and then you have to move the window around to be able to see the different +// links on the page function _init(){ diff --git a/src/styles/pages/home.scss b/src/styles/pages/home.scss index 87746dc..46b1319 100644 --- a/src/styles/pages/home.scss +++ b/src/styles/pages/home.scss @@ -1,3 +1,5 @@ + + .lens { --screen-width: 100vw; --screen-height: 100vh; @@ -13,3 +15,7 @@ transition: transform ease 100ms; } + +.filter { + +}