This commit is contained in:
sneakers-the-rat 2023-03-15 02:07:15 -07:00
parent f49dafcd0e
commit 080ae6804a
2 changed files with 10 additions and 0 deletions

View File

@ -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(){

View File

@ -1,3 +1,5 @@
.lens {
--screen-width: 100vw;
--screen-height: 100vh;
@ -13,3 +15,7 @@
transition: transform ease 100ms;
}
.filter {
}