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 secciones About y Fincas
Browse files Browse the repository at this point in the history
  • Loading branch information
euphoricdesign committed Sep 28, 2024
1 parent fafb1a3 commit 19a6eb7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 13 deletions.
Binary file modified src/assets/img1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ a {
body {
margin: 0;
padding: 0;
color: #2c3e50;
color: #1f2937;
}

h1 {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/About/AboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AboutUs: React.FC = () => {
</div>


<h3 className="text-[30px] font-[800] text-center mb-4">Nos aseguramos de que tu idea y creación se entreguen correctamente</h3>
<h3 className="text-[30px] font-[700] text-center mb-4">Nos aseguramos de que tu idea y creación se entreguen correctamente</h3>

<div className="about-paragraphs-container grid grid-cols-1 md:grid-cols-2 gap-8 mx-auto px-4 max-w-screen-lg">
<div className="about-paragraph bg-white border border-gray-200 p-6 rounded-lg shadow-sm hover:shadow-md transition-shadow">
Expand All @@ -55,7 +55,7 @@ const AboutUs: React.FC = () => {

<div className="bg-[#F7FAFC] flex flex-col items-center pt-[4rem] pb-12 px-6 gap-[4rem]">
<div className="w-full max-w-4xl">
<h3 className="text-[30px] font-[800] text-center">Nuestro compromiso con la sostenibilidad</h3>
<h3 className="text-[30px] font-[700] text-center">Nuestro compromiso con la sostenibilidad</h3>
<div className="commitment-section">
<div className="commitment-image">
<img
Expand All @@ -79,7 +79,7 @@ const AboutUs: React.FC = () => {

{/* Sección de valores */}
<div className="w-full max-w-4xl mb-12">
<h3 className="text-[30px] font-[800] text-center mb-4">Nuestros valores</h3>
<h3 className="text-[30px] font-[700] text-center mb-4">Nuestros valores</h3>
<div className="about-values">
<div className="value-card flex flex-col justify-center items-center">
<img src={sostenibilidadIcon} alt="Sostenibilidad" className="value-icon" />
Expand Down
10 changes: 3 additions & 7 deletions src/pages/About/AboutUsSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
.about-header {
font-size: 3rem;
text-align: center;
font-weight: 900;
margin-bottom: 2.5rem;
font-weight: 700;
margin-bottom: 1.3rem;
color: #1f2937;
}

Expand All @@ -30,7 +30,7 @@
color: #4b5563;
max-width: 45rem;
margin: 0 auto;
margin-bottom: 3rem;
margin-bottom: 1.5rem;
}

.about-paragraphs-container {
Expand Down Expand Up @@ -59,10 +59,6 @@
object-fit: cover;
}

.about-image img:hover {
transform: scale(1.05);
}

.about-values {
margin-top: 3rem;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/FincaInfo/FincaInfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
position: relative;
width: 100%;
max-width: 400px;
height: 300px;
height: 316px;
margin-bottom: 2rem;
overflow: hidden;
border-radius: 8px;
Expand Down Expand Up @@ -60,7 +60,7 @@
}

.finca-info-details h2 {
font-size: 1.8rem;
font-size: 2.25rem;
font-weight: 700;
margin-bottom: 1rem;
}
Expand Down

2 comments on commit 19a6eb7

@emacuello
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for adoptree ready!

✅ Preview
https://adoptree-ku8kf4uch-emanuels-projects-e0d75c1b.vercel.app

Built with commit 19a6eb7.
This pull request is being automatically deployed with vercel-action

@emacuello
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.