-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e73287d
commit 29a2114
Showing
20 changed files
with
262 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
width: 100%; | ||
height: 25rem; | ||
background: #161111; | ||
margin-top: 3rem; | ||
} | ||
|
||
.footerContentWrap { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,50 @@ | ||
|
||
|
||
.blockWrapper{ | ||
display: grid; | ||
grid-template-columns: 50% 50%; | ||
grid-template-areas: "img txt"; | ||
min-height: 30rem; | ||
margin-bottom: 3rem; | ||
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; | ||
.blockWrapper { | ||
display: grid; | ||
grid-template-columns: 50% 50%; | ||
grid-template-areas: "img txt"; | ||
min-height: 30rem; | ||
margin-bottom: 3rem; | ||
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; | ||
padding-top: 3rem; | ||
} | ||
|
||
.imageWrapper{ | ||
grid-area: img; | ||
position: relative; | ||
width: 100%; | ||
height: 100%; | ||
.imageWrapper { | ||
grid-area: img; | ||
position: relative; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.textWrapper{ | ||
grid-area: txt; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
padding: 3rem 1rem; | ||
.textWrapper { | ||
grid-area: txt; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
|
||
padding: 3rem 1rem; | ||
} | ||
|
||
.textWrapper p{ | ||
font-size: 1.2rem; | ||
text-align: center; | ||
max-width: 80%; | ||
margin: 0; | ||
margin-bottom: 1rem; | ||
.textWrapper p { | ||
font-size: 1.2rem; | ||
text-align: center; | ||
max-width: 80%; | ||
margin: 0; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
@media(max-width: 1100px){ | ||
.blockWrapper{ | ||
grid-template-columns: 100%; | ||
grid-template-rows: 20rem auto; | ||
grid-template-areas: | ||
"img" | ||
"txt"; | ||
margin-bottom: 3rem; | ||
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; | ||
} | ||
.textWrapper p{ | ||
max-width: 100%; | ||
font-size: 1rem; | ||
} | ||
|
||
} | ||
@media (max-width: 1100px) { | ||
.blockWrapper { | ||
grid-template-columns: 100%; | ||
grid-template-rows: 20rem auto; | ||
grid-template-areas: | ||
"img" | ||
"txt"; | ||
margin-bottom: 3rem; | ||
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; | ||
} | ||
.textWrapper p { | ||
max-width: 100%; | ||
font-size: 1rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
29a2114
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ratones-nextjs – ./
www.ratonesroom.com
ratones-nextjs-aridanemartin.vercel.app
ratonesroom.com
ratones-nextjs-git-main-aridanemartin.vercel.app
ratones-nextjs.vercel.app