fix(home): ajustando css logo e adicionando link na mesma

This commit is contained in:
Bernardo Cunha Ernani Waldhelm 2022-10-12 18:58:35 -03:00
parent 773fd9ded7
commit 8ee828bd75
2 changed files with 3 additions and 6 deletions

View File

@ -8,7 +8,6 @@
}
.header__logo {
width: 16%;
display: block;
}
@ -238,10 +237,6 @@
}
@media screen and (max-width: 768px) {
.header__logo {
width: 54%;
}
.home-destaque__text {
padding: 0 28px;

View File

@ -15,7 +15,9 @@
</head>
<body>
<header class="header">
<img class="header__logo" src="./assets/images/logo-m3.svg" alt="Logo M3 Academy">
<a href="/">
<img class="header__logo" src="./assets/images/logo-m3.svg" alt="Logo M3-Academy">
</a>
</header>
<main>