diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-07-09 12:46:32 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-07-09 12:46:32 -0400 |
| commit | 7f1917a19853586d563da0bb871b72be3859fc81 (patch) | |
| tree | 3aa14aa9cc22c592a35db481c53f9acd0acb5e80 /src/components/YouTubeVideos.svelte | |
| parent | 7f0280f04c5454c488f4136ab6d566512964376e (diff) | |
| download | personal-website-7f1917a19853586d563da0bb871b72be3859fc81.tar.gz personal-website-7f1917a19853586d563da0bb871b72be3859fc81.tar.bz2 personal-website-7f1917a19853586d563da0bb871b72be3859fc81.zip | |
Added sorting repos
Diffstat (limited to 'src/components/YouTubeVideos.svelte')
| -rw-r--r-- | src/components/YouTubeVideos.svelte | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/YouTubeVideos.svelte b/src/components/YouTubeVideos.svelte index a6c1c18..819dce0 100644 --- a/src/components/YouTubeVideos.svelte +++ b/src/components/YouTubeVideos.svelte @@ -75,6 +75,10 @@ transform: scale(1.04); /* Scales the image to 110% of its original size on hover */ } + .zoom:active { + transform: scale(0.6); /* Scales the image to 110% of its original size on hover */ + } + .container { display: grid; gap: 1em; /* Adjusts the gap between grid items */ |
