From 7248e03850196d199b1a39cb1c7019cda969174d Mon Sep 17 00:00:00 2001 From: Jackson Melo Date: Wed, 29 May 2024 21:26:54 -0300 Subject: [PATCH] Making Lamp visible in small boxes --- src/components/Lamp.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Lamp.astro b/src/components/Lamp.astro index 20c8922..b7a6290 100644 --- a/src/components/Lamp.astro +++ b/src/components/Lamp.astro @@ -71,7 +71,7 @@ #light-switch div.knob span { font-size: 0.8em; position: relative; - bottom: 2px; + bottom: 20px; } #film { @@ -104,12 +104,12 @@ @media only screen and (max-width: 1100px) { #light-switch { - display: none; + right: 3em; } - } - @media only screen and (max-width: 1000px) { - #light-switch { - display: none; + + #light-switch div.rope { + width: .75em; + height: 3em; } }