From 53362495a920aec20a7431cd3f2642d1f3ef1f5a Mon Sep 17 00:00:00 2001 From: hunlin99 Date: Tue, 5 Nov 2024 15:18:37 -0500 Subject: [PATCH] Improve Responsiveness --- ColorChanger-MiniApp/kiselova/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ColorChanger-MiniApp/kiselova/style.css b/ColorChanger-MiniApp/kiselova/style.css index 1564bc399..6c5018bcd 100644 --- a/ColorChanger-MiniApp/kiselova/style.css +++ b/ColorChanger-MiniApp/kiselova/style.css @@ -103,3 +103,9 @@ span { letter-spacing: 0.5px; border-radius: 2px; } + +@media only screen and (max-width: 1220px) { + .container { + margin-top: 13em; + } +} \ No newline at end of file