From 3e4d316a621cd1df8f878db7a1c57971c4271a6a Mon Sep 17 00:00:00 2001 From: Sarthak Date: Wed, 22 Nov 2023 22:41:26 +0530 Subject: [PATCH] Updated --- Syska-Lights/stylesheet.css | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/Syska-Lights/stylesheet.css b/Syska-Lights/stylesheet.css index 3148c84..39c85e3 100644 --- a/Syska-Lights/stylesheet.css +++ b/Syska-Lights/stylesheet.css @@ -277,9 +277,42 @@ button span { .light { width: 350px; - } + } - .text-container { + .text-container { margin-top: 50%; } +} + +@media (max-width: 376px) { + .list li { + font-size: 11px; + } + + .lamp-container { + left: 37%; + width: 100px; + } + + .light { + top: 83%; + left: 58%; + } +} + +@media (max-width: 321px) { + .list li { + font-size: 9px; + } + + .light { + width: 240px; + left: 62%; + } + + .lamp-container { + left: 39%; + width: 70px; + } + } \ No newline at end of file