From 293e522900fa69342d49fe673f5a9f9935cd391b Mon Sep 17 00:00:00 2001 From: tuane Date: Wed, 29 Nov 2023 14:20:45 -0300 Subject: [PATCH] adding responsitivity 1024 and 768px width --- index.css | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 038395f..452fc16 100644 --- a/index.css +++ b/index.css @@ -196,21 +196,38 @@ footer p a { @media screen and (min-width:1281) and (max-width:1440px){ .img-inicio{ - height:80vh; width:80vw; } } @media (max-width:1280px){ .img-inicio{ - height: 80vh; width: 80vw; } } @media (max-width:1050px){ .img-inicio{ - height: 60vh; width: 60vw; } +} + +@media (max-width:1025px){ +.shape{ + bottom:5rem; +} + + .img-inicio{ + width:40vw; + } +} + +@media (max-width:768px){ + .img-inicio{ + width: 40vw; + } + + #duvidas .img-duvida{ + width:40vw; + } } \ No newline at end of file