From ccdf824adf99f4b311b63fde0b92b2bcf2753cd9 Mon Sep 17 00:00:00 2001 From: vuillaume Date: Thu, 15 Aug 2024 13:58:31 +0200 Subject: [PATCH] test --- text-reverse.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/text-reverse.css b/text-reverse.css index 4493ae5..4e72376 100644 --- a/text-reverse.css +++ b/text-reverse.css @@ -165,3 +165,19 @@ body { } +@media screen and (max-width: 400px) { + + .text { + + position: relative; + top: 50px; + + } + + .input { + + bottom: 380px; + + } + +} \ No newline at end of file