From 080ae6804a5453320a89730f7b01274572ee5c23 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 15 Mar 2023 02:07:15 -0700 Subject: [PATCH] reminder --- src/js/lens.js | 4 ++++ src/styles/pages/home.scss | 6 ++++++ 2 files changed, 10 insertions(+) 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 { + +}