From d08bc2bcda247692e8871bf35af5df87c12c11a3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 17:05:39 +0200 Subject: Cleanup slider positioning --- app/globals.css | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'app/globals.css') diff --git a/app/globals.css b/app/globals.css index 3024a0c..ac3a76c 100644 --- a/app/globals.css +++ b/app/globals.css @@ -24,19 +24,4 @@ body { .text-balance { text-wrap: balance; } -} - -#slider { - position: fixed; - bottom: 8vh; - width: 30vw; - margin-left: 35vw; -} - -@media only screen and (max-device-width: 812px) { - #slider { - width: 80vw; - margin-left: 8vw; - z-index: 10; - } } \ No newline at end of file -- cgit v1.3.1