From 08d09713f63b65715c4a836b611964e9febba077 Mon Sep 17 00:00:00 2001 From: Jean Andreotti Borges da Silva Date: Sun, 27 Oct 2024 21:06:11 -0300 Subject: [PATCH] ajustado tela mobile ajustado tela mobile --- styleMobile.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/styleMobile.css b/styleMobile.css index 673e175..24acfb8 100644 --- a/styleMobile.css +++ b/styleMobile.css @@ -443,4 +443,32 @@ margin-top: 40px; .section-map--info-item spam{ width: 100%; } +/*RODAPÉ */ +.rodape-dark{ + background-color: black; + width: 100vw; + height: 100%; +} +.rodape-container{ + width: 1000px; + height: 200px; + margin: auto; + height: 100%; +} +.rodape-3secoes{ + display: flex; + height: 100%; + width: 100vw; + flex-wrap: wrap; + justify-content: center; + padding-bottom: 20px; +} +.rodape-icones-copy, .rodape-texto, .rodape-subscribe{ + min-width: 240px; + max-width: 250px; + padding: 20px; + border: 1px solid white; + height: 160px; + margin-bottom: 0; +} } \ No newline at end of file