summaryrefslogtreecommitdiff
path: root/app/globals.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 17:05:39 +0200
committerYuval Adam <_@yuv.al>2024-09-23 17:05:39 +0200
commitd08bc2bcda247692e8871bf35af5df87c12c11a3 (patch)
treef0f1c66f3bf113a6ac562feb3a49819148d7f075 /app/globals.css
parent20d392a6300fc331df30f8f11da8b2f33cbe4a93 (diff)
Cleanup slider positioningv7
Diffstat (limited to 'app/globals.css')
-rw-r--r--app/globals.css15
1 files changed, 0 insertions, 15 deletions
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