fix: remoção de espaços desnecessários

This commit is contained in:
Ana Carolina Duarte Cavalcante 2022-10-10 12:19:07 -03:00
parent d926480557
commit caab75c00f
4 changed files with 98 additions and 106 deletions

View File

@ -81,7 +81,6 @@
</figure> </figure>
</div> </div>
</div> </div>
</div> </div>
<div class="bottom-cards"> <div class="bottom-cards">
<div class="bottom-cards-container"> <div class="bottom-cards-container">
@ -135,12 +134,11 @@
</main> </main>
<footer> <footer>
<div class="social-media"> <div class="social-media">
<a href="#"><img src="./assets/svg/instagram.svg" alt="ícone instagram"></a> <a href="/"><img src="./assets/svg/instagram.svg" alt="ícone instagram"></a>
<a href="#"><img src="./assets/svg/facebook.svg" alt="ícone facebook"></a> <a href="/"><img src="./assets/svg/facebook.svg" alt="ícone facebook"></a>
<a href="#"><img src="./assets/svg/youtube.svg" alt="ícone youtube"></a> <a href="/"><img src="./assets/svg/youtube.svg" alt="ícone youtube"></a>
</div> </div>
<span>Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00 <span>Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00</span>
</span>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -7,15 +7,12 @@ header {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
header a img{ header a img{
display: block; display: block;
} }
@media screen and (min-width: 2500px){ @media screen and (min-width: 2500px){
header{ header{
height: 202px; height: 202px;

View File

@ -5,7 +5,6 @@
top: 0; top: 0;
max-height: 700px; max-height: 700px;
object-fit: cover; object-fit: cover;
} }
/* primeira seção com imagem e texto */ /* primeira seção com imagem e texto */
@ -244,7 +243,6 @@
text-align: center; text-align: center;
} }
.first-content-card{ .first-content-card{
margin-top: 91px; margin-top: 91px;
width: 100%; width: 100%;
@ -575,5 +573,4 @@
width: 100%; width: 100%;
} }
} }