Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
style: ajusta estilos en App.tsx e index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
euphoricdesign committed Sep 17, 2024
1 parent da98481 commit 0700770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ import Navbar from './components/Navbar/Navbar';
import Cards from './components/Cards/Cards';
import Beneficios from './components/Beneficios/Beneficios';
import Banner from './components/Banner/Banner';
import './App.css';
import Agriculture from './components/Agriculture/Agriculture';
import Bienvenido from './components/Bienvenido/Bienvenido';
import Arboles from './components/Arboles/Arboles';
import Footer from './components/Footer/Footer';
import './App.css';

const App: React.FC = () => {
return (
<>
<Navbar />
<Bienvenido />
<Agriculture />
<Arboles />
<Banner />
<Cards />
<Beneficios />
<Agriculture />
<Arboles />
<Footer />
</>
);
Expand Down
12 changes: 1 addition & 11 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ a {

body {
margin: 0;
//display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
padding: 0;
}

h1 {
Expand All @@ -36,13 +33,6 @@ button {
cursor: pointer;
transition: border-color 0.25s;
}
button:hover {
border-color: #646cff;
}
button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
:root {
Expand Down

0 comments on commit 0700770

Please sign in to comment.