diff --git a/desafio_01/assets/css/app.css b/desafio_01/assets/css/app.css index 008bdaa..135e1b5 100644 --- a/desafio_01/assets/css/app.css +++ b/desafio_01/assets/css/app.css @@ -218,7 +218,7 @@ main { color: #e07b67; } .footer-paragraph a:hover { - color: #674ee2; + color: #f56f54; } /*# sourceMappingURL=app.css.map */ diff --git a/desafio_01/assets/scss/layout/_footer.scss b/desafio_01/assets/scss/layout/_footer.scss index 8c0fbe1..2a3a8d9 100644 --- a/desafio_01/assets/scss/layout/_footer.scss +++ b/desafio_01/assets/scss/layout/_footer.scss @@ -29,7 +29,7 @@ } &:hover { - color: #674ee2; + color: #f56f54; } } } diff --git a/desafio_04/src/App.css b/desafio_04/src/App.css index 91a9bba..dbc6fbc 100644 --- a/desafio_04/src/App.css +++ b/desafio_04/src/App.css @@ -28,9 +28,6 @@ html { margin: 0 auto; } -.containerImageHero { - display: none; -} @media (width >= 1450px) { body { @@ -47,13 +44,4 @@ html { align-items: center; height: 100vh; } - - .containerImageHero { - display: block; - - img { - width: 50rem; - - } - } } \ No newline at end of file diff --git a/desafio_04/src/App.jsx b/desafio_04/src/App.jsx index fa9e20d..0f8ef57 100644 --- a/desafio_04/src/App.jsx +++ b/desafio_04/src/App.jsx @@ -1,16 +1,15 @@ import './App.css'; +import ContainerImageHero from './Components/ContainerImageHero/ContainerImageHero'; import Login from './Components/ContainerLogin/ContainerLogin'; -import imageHero from './assets/hero.svg'; +import Footer from './Components/Footer/Footer'; function App() { return ( <> -
- -
- + +